Click or drag to resize

DynamicJointAspectDynamicParameterValueChanged Delegate

Delegate for joint parameter value changed events.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public delegate void DynamicParameterValueChanged(
	DynamicJointAspect joint,
	int index,
	double newValue,
	double oldValue
)

Parameters

joint  DynamicJointAspect
The joint.
index  Int32
The parameter index.
newValue  Double
The new parameter value.
oldValue  Double
The old parameter value.
Remarks
The parameter index identifies the parameter.
See Also