[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.Set2_VariableIntegerChangeHandler

Set2_VariableIntegerChangeHandler Method

Set2_VariableIntegerChangeHandler(IntegerValue2ChangedDelegate, bool)

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

Declaration
public void Set2_VariableIntegerChangeHandler(Variable2.IntegerValue2ChangedDelegate valueChangedHandler, bool fRegisterForNextAnimationEvent = false)
Parameters
Type Name Description
Variable2.IntegerValue2ChangedDelegate 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.