struct AnimationShareBlock
{
ut::BinaryBlockHeader blockHeader;
ut::ResU32 animShareInfoOffset;
ut::ResU16 shareNum;
ut::ResU8 padding[2];
};
Data block for defining animation shared information.
res::DATABLOCKKIND_PANEANIMSHARE is specified for kind in blockHeader.
The following data structure follows this structure.
・ AnimationShareInfo animShareInfos[shareNum]
| blockHeader | Header. | |
|---|---|---|
| animShareInfoOffset | Offset to animShareInfos (from the start of the data block). | |
| shareNum | The number of instances of shared animation information. | |
| padding | (Not used.) |
CONFIDENTIAL