CAnimationVariable::GetDefaultValue

返回默认值。

DOUBLE GetDefaultValue() const;

返回值

默认值。

备注

使用此函数来获取动画变量的默认值。 可以在构造函数中设置或使用 SetDefaultValue 方法来设置默认值。

要求

标头: afxanimationcontroller.h

请参见

参考

CAnimationVariable 类