DynamicJointAspectDynamicParameterValueChanged Delegate | 
 
            Delegate for joint parameter value changed events.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic delegate void DynamicParameterValueChanged(
	DynamicJointAspect joint,
	int index,
	double newValue,
	double oldValue
)
Parameters
- joint
 - Type: Demo3D.VisualsDynamicJointAspect
The joint. - index
 - Type: SystemInt32
The parameter index. - newValue
 - Type: SystemDouble
The new parameter value. - oldValue
 - Type: SystemDouble
The old parameter value. 
Remarks
            The parameter index identifies the parameter.
            
See Also