[]
Specifies a handler for changes to the integer value of the animation variable.
public void SetVariableIntegerChangeHandler(Variable2.IntegerValueChangedDelegate valueChangedHandler, bool fRegisterForNextAnimationEvent = false)
Type | Name | Description |
---|---|---|
Variable2.IntegerValueChangedDelegate | valueChangedHandler | The handler for changes to the integer value of the animation variable. |
bool | fRegisterForNextAnimationEvent | If TRUE, specifies that the EstimateNextEventTime method will incorporate handler into its estimate of the time interval until the next animation event. |