CBaseTransition::GetRelatedVariable

返回指向相关变量的指针。

CAnimationVariable* GetRelatedVariable();

返回值

指向动画变量的有效指针,或者如果 SetRelatedVariable 未设置动画变量,则指针为 NULL。

备注

这是对相关动画变量的访问器。

要求

标头: afxanimationcontroller.h

请参见

参考

CBaseTransition 类