Enum LoopingStyle
Determines how the animation will run.
Namespace: AGS.API
Assembly: AGS.API.dll
Syntax
public enum LoopingStyle
Fields
| Name | Description |
|---|---|
| Backwards | Will animate the loop backwards, and then start again from the bottom |
| BackwardsForwards | Will animate the loop backwards, and then will it will go forwards, and start again |
| Forwards | Will animate the loop forwards, and then start again from the top |
| ForwardsBackwards | Will animate the loop forwards, and then it will go back, and start again |