Share via


CAnimationVariable::AddTransition

Adds a transition.

void AddTransition(
   CBaseTransition* pTransition
);

Parameters

  • pTransition
    A pointer to a transition to add.

Remarks

This method is called to add a transition to the internal list of transitions to be applied to the animation variable. This list should be cleared when an animation has been scheduled.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationVariable Class