nw::gfx::AnimBlender::ReplaceAnimObject Member Function

Syntax

AnimObject * ReplaceAnimObject(
     int animObjIdx,
     AnimObject * animObj
);

Arguments

Name Description
in animObjIdx Index of the animation object to replace.
in animObj Animation object. If NULL was specified, there will effectively be no animation objects.

Return Values

Animation object before the replacement operation.

Description

Replaces animation objects.


CONFIDENTIAL