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 Header.
animShareInfoOffset Offset to animShareInfos (from the start of the data block).
shareNum The number of instances of shared animation information.
padding (Not used.)

See Also

Lan

Revision History

2010/01/26
Initial version.

CONFIDENTIAL