Share via


CAnimationVariable::ClearTransitions

清除轉換。

void ClearTransitions(
   BOOL bAutodestroy
);

參數

  • bAutodestroy
    指定此方法是否要刪除轉換物件。

備註

這個方法會將所有轉換從轉換的內部清單中移除。 如果 bAutodestroy 為 TRUE,或是 m_bAutodestroyTransitions 為 TRUE,則會刪除轉換。 否則呼叫端應該解除配置轉換物件。

需求

**標頭檔:**afxanimationcontroller.h

請參閱

參考

CAnimationVariable 類別