nw::gfx::TransformAnimInterpolator::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 a non-NULL value if the animation results were applied.

Description

Gets the animation result for a given member.


CONFIDENTIAL