Share via


CAnimationVariable::CAnimationVariable

Constructs an animation variable object.

CAnimationVariable(
   DOUBLE dblDefaultValue = 0.0
);

Parameters

  • dblDefaultValue
    Specifies the default value.

Remarks

Constructs an animation variable object and sets its default value. A default value is used when a variable is not animated, or can't be animated.

Requirements

Header: afxanimationcontroller.h

See Also

Reference

CAnimationVariable Class