nw::gfx::AnimBinding::SetAnimObject Member Function
bool SetAnimObject(
int groupIdx,
AnimObject * animObject,
int objectIdx = 0
);
| Name | Description | |
|---|---|---|
| in | groupIdx | Index of the group to be bound among animation bindings. |
| in | animObject |
Animation object. |
| in | objectIdx | Index of the animation object bound to an animation group. Make this specification when binding multiple animation objects to a single group. |
true if successful. Configures the animation object.
CONFIDENTIAL