nw::gfx::AnimBinding Class

Syntax

class AnimBinding : public nw::gfx::GfxObject

Description

Class for an animation's binding info.

It binds AnimObject and AnimGroup and then plays back the animation.

Classes

nw::gfx::AnimBinding::Builder Class for building animation bindings.

Member Functions

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.

Class Hierarchy

nw::gfx::GfxObject
  nw::gfx::AnimBinding


CONFIDENTIAL