Table of Contents

Class AnimationFrame

Namespace
MonoGame.Aseprite
Assembly
MonoGame.Aseprite.dll

Defines the source TextureRegion and duration of a single frame of animation in an AnimationTag.

public sealed class AnimationFrame
Inheritance
AnimationFrame
Inherited Members

Properties

Duration

Gets the duration of this AnimationFrame.

FrameIndex

Gets the index of the source TextureRegion in the TextureAtlas of the SpriteSheet.

TextureRegion

Gets the source TextureRegion for this AnimationFrame.