nw::lyt::AnimationGroupRef Structure

Syntax

struct AnimationGroupRef
{
   char name[ResourceNameStrMax+1];
   ut::ResU8 flag;
   ut::ResU8 padding[2];
};

Description

This represents group information specified using animation segment tags.

Member Variables

name Group name.
flag The flags
padding (Not used.)

Member Functions

Constructors and Destructors
AnimationGroupRef Constructor.
Set/Get
GetName Gets the group name.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL