Enum LoopAnimationDirection
The different loop animation directions.
Namespace: UnityEditor.U2D.Aseprite
Assembly: Unity.2D.Aseprite.Editor.dll
Syntax
public enum LoopAnimationDirection
Fields
Name | Description |
---|---|
Forward | Loop direction - Forward |
PingPong | Loop direction - PingPong |
PingPongReverse | Loop direction - PingPongReverse |
Reverse | Loop direction - Reverse |