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

Syntax

virtual AnimationLink * FindAnimationLink(
     const AnimResource & animRes
);

Arguments

Name Description
animRes Reference to the animation resource object.

Return Values

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

Description

Searches for animation link information.

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

See Also

AnimTransform

Revision History

2009/09/18
Initial version.

CONFIDENTIAL