Class AnimationTag
Defines the definition of an animation.
- Inheritance
-
Animation
Tag
- Inherited Members
Properties
- Frame
Count Gets the total number of ,Animation
Frame elements.
- Frames
Gets a read-only span of the Animation
Frame elements that make up the animation. The order of elements is from first frame to last frame in non-reverse order.
- Is
Looping Gets a value that indicates whether the animation should loop.
- Is
Ping Pong Gets or Sets a value that indicates whether the animation should ping-pong once reaching the last frame of animation.
- Is
Reversed Gets or Sets a value that indicates whether the animation should play in reverse.
- this[int]
Gets the Animation
Frame element at the specified index from this AnimationTag .
- Loop
Count Gets or Sets a value that indicates the total number of loops/cycles of this animation that should play.
- Name
Gets the name of the animation
Methods
- Get
Frame(int) Gets the Animation
Frame element at the specified index from this AnimationTag .