nw::gfx::AnimOverrider Class

Syntax

class AnimOverrider : public nw::gfx::AnimBlender

Description

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

Evaluates animation objects in the order registered using AddAnimObject(). If multiple animations have the same members, data is overwritten using the result of the last animation registered. As for members without animations, overwriting is not performed.

Classes

nw::gfx::AnimOverrider::Builder Class for building general-purpose animation overwriters.

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


CONFIDENTIAL