[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.Set1_VariableIntegerChangeHandler

Set1_VariableIntegerChangeHandler Method

Set1_VariableIntegerChangeHandler(IntegerValue1ChangedDelegate, bool)

Specifies a handler for changes to the integer value of the animation variable.

Declaration
public void Set1_VariableIntegerChangeHandler(Variable2.IntegerValue1ChangedDelegate valueChangedHandler, bool fRegisterForNextAnimationEvent = false)
Public Sub Set1_VariableIntegerChangeHandler(valueChangedHandler As Variable2.IntegerValue1ChangedDelegate, Optional fRegisterForNextAnimationEvent As Boolean = False)
Parameters
Type Name Description
Variable2.IntegerValue1ChangedDelegate 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.