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