|
Foundation
|
#include <Animation.hpp>
Public Attributes | |
| uint32_t | skeletonIndex {UINT32_MAX} |
| uint32_t | clipIndex {UINT32_MAX} |
| float | time {0.0f} |
| float | speed {1.0f} |
| bool | playing {false} |
| bool | loop {true} |
| bool | dirty {true} |
| uint32_t FAnimationPlayback::clipIndex {UINT32_MAX} |
| bool FAnimationPlayback::dirty {true} |
| bool FAnimationPlayback::loop {true} |
| bool FAnimationPlayback::playing {false} |
| uint32_t FAnimationPlayback::skeletonIndex {UINT32_MAX} |
| float FAnimationPlayback::speed {1.0f} |
| float FAnimationPlayback::time {0.0f} |