![]() |
Xors3d Engine
|
Defines | |
| #define | ANIMATION_LOOP 1 |
| #define | ANIMATION_ONE 3 |
| #define | ANIMATION_PINGPONG 2 |
| #define | ANIMATION_STOP 0 |
| #define ANIMATION_STOP 0 |
Stop animation.
| #define ANIMATION_LOOP 1 |
Loop animation (default).
| #define ANIMATION_PINGPONG 2 |
Ping-pong animation (from first to last, from last to first and so on)
| #define ANIMATION_ONE 3 |
One-shot animation.