![]() |
V-Gears 0
Free Final Fantasy VII engine.
|
Public Attributes | |
u32 | bone_count |
Number of bones in the animation. More... | |
u32 | frame_count |
Number of frames in the animation. More... | |
u32 | size |
Size of the animation data. More... | |
u8 | key |
Key for decoding values in an animation. More... | |
std::vector< Frame > | frames |
List of frames in the animation. More... | |
u32 DaFile::Animation::bone_count |
Number of bones in the animation.
u32 DaFile::Animation::frame_count |
Number of frames in the animation.
std::vector<Frame> DaFile::Animation::frames |
List of frames in the animation.
u8 DaFile::Animation::key |
Key for decoding values in an animation.
u32 DaFile::Animation::size |
Size of the animation data.