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