SpriteFrame.OwnerClipCount Property
Definition¶
Namespace: Brine2D.Animation
Gets the number of AnimationClip instances this frame currently belongs to. A value greater than 1 means this frame is shared; mutating Duration will invalidate the TotalDuration cache on all owning clips.
public int OwnerClipCount { get; }