nw::gfx::AnimBinding Classclass AnimBinding : public nw::gfx::GfxObject
Class for an animation's binding info.
It binds AnimObject and AnimGroup and then plays back the animation.
| nw::gfx::AnimBinding::Builder | Class for building animation bindings. |
|---|
| Basic Operations | ||
|---|---|---|
Evaluate
|
Evaluates an animation and writes the result to the target. | |
| UpdateFrame | Updates the frames for all configured animation objects. | |
| Set/Get | ||
GetAnimGroupCount
|
Gets the number of animation groups. | |
GetAnimGroup
|
Gets the animation group. | |
| GetAnimGroupIndex | Gets the index of the registered group based on the animation group name. | |
SetAnimGroup
|
Sets the animation group. | |
GetAnimObject
|
Gets the animation object. | |
SetAnimObject
|
Configures the animation object. Determines the group to be set within the animation binding based on the name of the animation group that was bound to the animation object. | |
| Create/Destroy | ||
Destroy
|
Destroys an object.(Derived from GfxObject. |
|
nw::gfx::GfxObject
nw::gfx::AnimBinding
CONFIDENTIAL