nw::lyt::Layout::UnbindAnimation Member Function

Syntax

virtual void UnbindAnimation(
     AnimTransform * pAnimTrans
);

Arguments

Name Description
pAnimTrans Pointer to the animation.

Return Values

None.

Description

Clears a bound animation.

All bound animations are cleared when NULL is passed in pAnimTrans. ( Same as UnbindAllAnimation()

See Also

BindAnimation
UnbindAllAnimation

Revision History

2009/09/18
Initial version.

CONFIDENTIAL