Enum LoopAnimationDirection
The different loop animation directions.
Namespace: UnityEditor.U2D.Aseprite
Syntax
public enum LoopAnimationDirection
Fields
Name | Description | Value |
---|---|---|
Forward | 0 | |
Reverse | 1 | |
PingPong | 2 | |
PingPongReverse | 3 |
The different loop animation directions.
public enum LoopAnimationDirection
Name | Description | Value |
---|---|---|
Forward | 0 | |
Reverse | 1 | |
PingPong | 2 | |
PingPongReverse | 3 |