次の方法で共有


CBaseTransition::GetRelatedVariable

関連する変数へのポインターを返します。

CAnimationVariable* GetRelatedVariable();

戻り値

アニメーション変数への有効なポインター。SetRelatedVariable でアニメーション変数が設定されていない場合は NULL。

解説

これは、関連するアニメーション変数のアクセサーです。

必要条件

ヘッダー: afxanimationcontroller.h

参照

関連項目

CBaseTransition クラス