Click or drag to resize

ParameterReference Constructor

Initializes a new instance of the ParameterReference class

Namespace:  Demo3D.Visuals.KJE.Expressions
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public ParameterReference(
	KinematicJoint joint,
	int index
)

Parameters

joint
Type: Demo3D.Visuals.KJEKinematicJoint

[Missing <param name="joint"/> documentation for "M:Demo3D.Visuals.KJE.Expressions.ParameterReference.#ctor(Demo3D.Visuals.KJE.KinematicJoint,System.Int32)"]

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Demo3D.Visuals.KJE.Expressions.ParameterReference.#ctor(Demo3D.Visuals.KJE.KinematicJoint,System.Int32)"]

See Also