Enum XAnimationLoop defines way the animaton will be repeated.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# |
|---|
public enum XAnimationLoop |
Members
| Member name | Description | |
|---|---|---|
| None |
None repeating.
| |
| Forward |
Animation will be repeated from the first frame to the lase one.
| |
| Backward |
Animation will be repeated from the last frame to the first one.
| |
| PingPong |
Animation will be repeated in the ping-pong style - from the first frame to the lase one and the back to the first frame and so on.
|