CAnimationVariable::ClearTransitions

清除转换。

void ClearTransitions(
   BOOL bAutodestroy
);

参数

  • bAutodestroy
    指定此方法是否应删除转换对象。

备注

此方法会删除该内部转换列表中的所有转换。如果 bAutodestroy 为 TRUE,或者 m_bAutodestroyTransitions 为 TRUE,则将删除转换。否则,调用方应释放转换对象。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationVariable 类