nw::gfx::TransformAnimOverrider Class

Syntax

class TransformAnimOverrider : public nw::gfx::AnimOverrider

Description

Class for performing overwrite-style blending on the results of a transformation animation evaluation.

Blending is done independently for the translation, rotation, and scale components of each member.

For details on operations, see AnimOverrider.

Classes

nw::gfx::TransformAnimOverrider::Builder Class for building transform animation overriders.

Member Functions

Evaluation
V GetResult Gets the animation result for a given member.
Basic Operations
V TryBind Binds animations.
V Release Clears a bound animation.
V UpdateFrame Updates frames.
Bind Binds animations.(Inherited from AnimObject.
Set/Get
V HasMemberAnim Gets a value indicating whether there are any animations bound to the member.
GetAnimGroup Gets the animation group.(Inherited from AnimObject.
SetAnimGroup Sets the animation group.(Inherited from AnimObject.
Animation Objects
AddAnimObject Adds an animation object.(Inherited from AnimBlender)
GetAnimObject Gets the animation object.(Inherited from AnimBlender)
ReplaceAnimObject Replaces animation objects.(Inherited from AnimBlender)
ClearAnimObjects Clears an animation object.(Inherited from AnimBlender)
GetAnimObjectCount Gets the number of animation objects that have been added.(Inherited from AnimBlender)
GetMaxAnimObjects Gets the maximum number of animation objects.(Inherited from AnimBlender)
Cache
V UpdateCache Updates the internal cache within the animation evaluation results if it is out of date.
Create/Destroy
Destroy Destroys an object.(Derived from GfxObject.

Class Hierarchy

nw::gfx::GfxObject
  nw::gfx::AnimObject
    nw::gfx::AnimBlender
      nw::gfx::AnimOverrider
        nw::gfx::TransformAnimOverrider


CONFIDENTIAL