Click or drag to resize

KinematicJointDescriptionNotifyParameterValueChanged Method

[Missing <summary> documentation for "M:Demo3D.Components.KinematicJointDescription.NotifyParameterValueChanged(System.Int32,System.Double,System.Double)"]

Namespace:  Demo3D.Components
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
protected void NotifyParameterValueChanged(
	int index,
	double newValue,
	double oldValue
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Demo3D.Components.KinematicJointDescription.NotifyParameterValueChanged(System.Int32,System.Double,System.Double)"]

newValue
Type: SystemDouble

[Missing <param name="newValue"/> documentation for "M:Demo3D.Components.KinematicJointDescription.NotifyParameterValueChanged(System.Int32,System.Double,System.Double)"]

oldValue
Type: SystemDouble

[Missing <param name="oldValue"/> documentation for "M:Demo3D.Components.KinematicJointDescription.NotifyParameterValueChanged(System.Int32,System.Double,System.Double)"]

See Also