CAnimationController::OnAfterSchedule
Called by the framework when an animation for the specified group has just been scheduled.
virtual void OnAfterSchedule(
CAnimationGroup* pGroup
);
Parameters
- pGroup
A pointer to an animation group, which has been scheduled.
Remarks
The default implementation removes keyframes from the specified group and transitions from animation variables that belong to the specified group. Can be overridden in a derived class to take any additional actions upon animation schedule.
Requirements
Header: afxanimationcontroller.h