nw::lyt::res::AnimationContent Structurestruct AnimationContent
{
char name[MaterialNameStrMax];
ut::ResU8 num;
ut::ResU8 type;
ut::ResU8 padding[2];
};
Defines animation content.
The following data structure follows this structure.
・ ut::ResU32 animInfoOffsets[num]
・ AnimationInfo animInfo0
・ …
| name | char |
Name of the animation. | |
|---|---|---|---|
| num | ut::ResU8 | The number of instances of animation information. | |
| type | ut::ResU8 | The type (lyt::AnimContentType). | |
| padding | ut::ResU8 | (Not used.) |
CONFIDENTIAL