SpriteAnimator.Clips Property
Definition¶
Namespace: Brine2D.Animation
Returns a read-only collection of all registered animation clips.
public System.Collections.Generic.IReadOnlyCollection<Brine2D.Animation.AnimationClip> Clips { get; }
Property Value¶
System.Collections.Generic.IReadOnlyCollection<AnimationClip>