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

Syntax

virtual AnimationLink * FindAnimationLink(
     AnimTransform * pAnimTrans
);

Arguments

Name Description
pAnimTrans Pointer to the animation.

Return Values

When animation link information is found, returns a pointer to it. Otherwise, returns NULL.

Description

Searches for animation link information.

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

Revision History

2009/09/18
Initial version.

CONFIDENTIAL