Class ConfigurableJoint
Inheritance
ConfigurableJoint
Assembly: UnityEngine.dll
Syntax
public class ConfigurableJoint : Joint
Properties
angularXDrive
Declaration
public JointDrive angularXDrive { get; set; }
Property Value
angularXLimitSpring
Declaration
public SoftJointLimitSpring angularXLimitSpring { get; set; }
Property Value
angularXMotion
Declaration
public ConfigurableJointMotion angularXMotion { get; set; }
Property Value
angularYLimit
Declaration
public SoftJointLimit angularYLimit { get; set; }
Property Value
angularYMotion
Declaration
public ConfigurableJointMotion angularYMotion { get; set; }
Property Value
angularYZDrive
Declaration
public JointDrive angularYZDrive { get; set; }
Property Value
angularYZLimitSpring
Declaration
public SoftJointLimitSpring angularYZLimitSpring { get; set; }
Property Value
angularZLimit
Declaration
public SoftJointLimit angularZLimit { get; set; }
Property Value
angularZMotion
Declaration
public ConfigurableJointMotion angularZMotion { get; set; }
Property Value
Declaration
public bool configuredInWorldSpace { get; set; }
Property Value
highAngularXLimit
Declaration
public SoftJointLimit highAngularXLimit { get; set; }
Property Value
linearLimit
Declaration
public SoftJointLimit linearLimit { get; set; }
Property Value
linearLimitSpring
Declaration
public SoftJointLimitSpring linearLimitSpring { get; set; }
Property Value
lowAngularXLimit
Declaration
public SoftJointLimit lowAngularXLimit { get; set; }
Property Value
projectionAngle
Declaration
public float projectionAngle { get; set; }
Property Value
projectionDistance
Declaration
public float projectionDistance { get; set; }
Property Value
projectionMode
Declaration
public JointProjectionMode projectionMode { get; set; }
Property Value
rotationDriveMode
Declaration
public RotationDriveMode rotationDriveMode { get; set; }
Property Value
secondaryAxis
Declaration
public Vector3 secondaryAxis { get; set; }
Property Value
slerpDrive
Declaration
public JointDrive slerpDrive { get; set; }
Property Value
swapBodies
Declaration
public bool swapBodies { get; set; }
Property Value
targetAngularVelocity
Declaration
public Vector3 targetAngularVelocity { get; set; }
Property Value
targetPosition
Declaration
public Vector3 targetPosition { get; set; }
Property Value
targetRotation
Declaration
public Quaternion targetRotation { get; set; }
Property Value
targetVelocity
Declaration
public Vector3 targetVelocity { get; set; }
Property Value
xDrive
Declaration
public JointDrive xDrive { get; set; }
Property Value
xMotion
Declaration
public ConfigurableJointMotion xMotion { get; set; }
Property Value
yDrive
Declaration
public JointDrive yDrive { get; set; }
Property Value
yMotion
Declaration
public ConfigurableJointMotion yMotion { get; set; }
Property Value
zDrive
Declaration
public JointDrive zDrive { get; set; }
Property Value
zMotion
Declaration
public ConfigurableJointMotion zMotion { get; set; }
Property Value
Extension Methods