nw::lyt::Material::FindAnimationLink Member Function

Syntax

virtual AnimationLink * FindAnimationLink(
     AnimTransform * pAnimTrans
);

virtual AnimationLink * FindAnimationLink(
     const AnimResource & animRes
);

List of Overloaded Member Functions

FindAnimationLink ( AnimTransform * ) Searches for animation link information.
FindAnimationLink ( const AnimResource & ) Searches for animation link information.

Description of FindAnimationLink ( AnimTransform * )

Searches for the animation link information held by the animation specified by pAnimTrans.

Description of FindAnimationLink ( const AnimResource & )

This function searches for animation information held by the animation (AnimTransform) that uses the animation resource specified by animRes.


CONFIDENTIAL