nw::lyt::AnimationShareInfo Structure

Syntax

struct AnimationShareInfo
{
   char srcPaneName[ResourceNameStrMax+1];
   char targetGroupName[ResourceNameStrMax+1];
   ut::ResU8 padding[2];
};

Description

Animation sharing information.

Member Variables

srcPaneName Name of the animation sharing source pane.
targetGroupName The name of the group that the animation sharing target pane is registered to.
padding (Not used.)

Member Functions

Constructors and Destructors
AnimationShareInfo Constructor.
Set/Get
GetSrcPaneName Gets the name of the pane that is the source of the shared animation.
GetTargetGroupName Gets the name of the group to which the pane that is the sharing target is registered.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL