次の方法で共有


CBaseTransition::SetRelatedVariable

アニメーション変数と遷移の関係を確立します。

void SetRelatedVariable(
   CAnimationVariable* pVariable
);

パラメーター

  • pVariable
    関連するアニメーション変数へのポインター。

解説

アニメーション変数と遷移の関係を確立します。遷移を適用できる変数は 1 つだけです。

必要条件

ヘッダー: afxanimationcontroller.h

参照

関連項目

CBaseTransition クラス