struct AnimationShareInfo
{
char srcPaneName[ResourceNameStrMax+1];
char targetGroupName[ResourceNameStrMax+1];
ut::ResU8 padding[2];
};
Animation sharing information.
| 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.) |
| 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. | |
CONFIDENTIAL