struct AnimationGroupRef
{
char name[ResourceNameStrMax+1];
ut::ResU8 flag;
ut::ResU8 padding[2];
};
This represents group information specified using animation segment tags.
| name | Group name. | |
|---|---|---|
| flag | The flags | |
| padding | (Not used.) |
| Constructors and Destructors | ||
|---|---|---|
| AnimationGroupRef | Constructor. | |
| Set/Get | ||
| GetName | Gets the group name. | |
CONFIDENTIAL