Click or drag to resize
JointAngularLimits Constructor (Joint)
Initializes a new instance of the JointAngularLimits struct.

Namespace: Candlelight.Physics
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public JointAngularLimits(
	Joint joint
)

Parameters

joint
Type: Joint
A Joint.
See Also