nw::lyt::res::AnimationShareBlock Structure

Syntax

struct AnimationShareBlock
{
   ut::BinaryBlockHeader blockHeader;
   ut::ResU32 animShareInfoOffset;
   ut::ResU16 shareNum;
   ut::ResU8 padding[2];
};

Description

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]

Member Variables

blockHeader ut::BinaryBlockHeader Header.
animShareInfoOffset ut::ResU32 Offset to animShareInfos (from the start of the data block).
shareNum ut::ResU16 The number of instances of shared animation information.
padding ut::ResU8 (Not used.)

See Also

Lan

Revision History

2010/01/26
Initial version.

CONFIDENTIAL