nw::lyt::AnimationShareInfo Structurestruct AnimationShareInfo
{
char srcPaneName[ResourceNameStrMax+1];
char targetGroupName[ResourceNameStrMax+1];
ut::ResU8 padding[2];
};
Animation sharing information.
| srcPaneName | char |
Name of the animation sharing source pane. | |
|---|---|---|---|
| targetGroupName | char |
The name of the group that the animation sharing target pane is registered to. | |
| padding | ut::ResU8 | (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