AnimationClip.Frames Property
Definition¶
Namespace: Brine2D.Animation
Read-only view of frames in this animation. Use AddFrame(SpriteFrame), InsertFrame(int, SpriteFrame), RemoveFrame(SpriteFrame), and ClearFrames() to mutate.
public System.Collections.Generic.IReadOnlyList<Brine2D.Animation.SpriteFrame> Frames { get; }