nw::gfx::AnimEvaluator::GetResult Member Function

Syntax

virtual const anim::AnimResult * GetResult(
     void * target,
     int memberIdx
) const;

Arguments

Name Description
out target Target where the animation result should be written.
in memberIdx Member index.

Return Values

Returns the animation result. If using blend operations, use the animation result in the return value.

Description

Gets the animation result for a given member.


CONFIDENTIAL