[]
        
(Showing Draft Content)

C1.Util.DX.Animation.Variable2.Set1_VariableChangeHandler

Set1_VariableChangeHandler Method

Set1_VariableChangeHandler(Value1ChangedDelegate, bool)

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

Declaration
public void Set1_VariableChangeHandler(Variable2.Value1ChangedDelegate valueChangedHandler, bool fRegisterForNextAnimationEvent = false)
Parameters
Type Name Description
Variable2.Value1ChangedDelegate valueChangedHandler

The handler for changes to the 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.