AnimationRepeatMode Enum
Namespace: Stride.AnimationsAssembly: Stride.Engine.dll
Enumeration describing how an animation should be repeated.
[DataContract]
public enum AnimationRepeatMode
Fields
Name | Description |
---|---|
LoopInfinite | The animation loop for always. |
PlayOnce | The animation plays once, and then stops. |
PlayOnceHold | The animation plays once, and then holds, being kept in the list. |