Class UniversalJoint3D
Inherited Members
Namespace: Motphys.Rigidbody
Assembly: solution.dll
Syntax
public class UniversalJoint3D : BaseJoint
Properties
angularDamper
Declaration
public float angularDamper { get; set; }
Property Value
Type | Description |
---|---|
System.Single | Angular damper, higher value means greater deceleration. |
swingLimitY
Declaration
public JointAngularLimit swingLimitY { get; set; }
Property Value
Type | Description |
---|---|
JointAngularLimit | Used to limit the swing angle. It is defined by the anchor frame's y axis. Valid range is in [-180, 180]. |
swingLimitZ
Declaration
public JointAngularLimit swingLimitZ { get; set; }
Property Value
Type | Description |
---|---|
JointAngularLimit | Used to limit the swing angle. It is defined by the anchor frame's z axis. Valid range is in [-180, 180]. |