nw::lyt::Pane::UnbindAnimation Member Function

Syntax

virtual void UnbindAnimation(
     AnimTransform * pAnimTrans,
     bool                           bRecursive  = true
);

Arguments

Name Description
pAnimTrans Pointer to the animation.
bRecursive Specify TRUE to also search for child panes.

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
UnbindAnimationSelf
UnbindAllAnimation

Revision History

2009/09/18
Initial version.

CONFIDENTIAL