Show / Hide Table of Contents

Class ConfigurableJoint

Inheritance
Object
Object
Component
Joint
ConfigurableJoint
Inherited Members
Joint.connectedBody
Joint.axis
Joint.anchor
Joint.connectedAnchor
Joint.autoConfigureConnectedAnchor
Joint.breakForce
Joint.breakTorque
Joint.enableCollision
Joint.enablePreprocessing
Joint.massScale
Joint.connectedMassScale
Joint.currentForce
Joint.currentTorque
Component.transform
Component.gameObject
Component.GetComponent(Type)
Component.GetComponent<T>()
Component.GetComponent(String)
Component.GetComponentInChildren(Type, Boolean)
Component.GetComponentInChildren(Type)
Component.GetComponentInChildren<T>(Boolean)
Component.GetComponentInChildren<T>()
Component.GetComponentsInChildren(Type, Boolean)
Component.GetComponentsInChildren(Type)
Component.GetComponentsInChildren<T>(Boolean)
Component.GetComponentsInChildren<T>(Boolean, List<T>)
Component.GetComponentsInChildren<T>()
Component.GetComponentsInChildren<T>(List<T>)
Component.GetComponentInParent(Type)
Component.GetComponentInParent<T>()
Component.GetComponentsInParent(Type, Boolean)
Component.GetComponentsInParent(Type)
Component.GetComponentsInParent<T>(Boolean)
Component.GetComponentsInParent<T>(Boolean, List<T>)
Component.GetComponentsInParent<T>()
Component.GetComponents(Type)
Component.GetComponents(Type, List<Component>)
Component.GetComponents<T>(List<T>)
Component.tag
Component.GetComponents<T>()
Component.CompareTag(String)
Component.SendMessageUpwards(String, Object, SendMessageOptions)
Component.SendMessageUpwards(String, Object)
Component.SendMessageUpwards(String)
Component.SendMessageUpwards(String, SendMessageOptions)
Component.SendMessage(String, Object)
Component.SendMessage(String)
Component.SendMessage(String, Object, SendMessageOptions)
Component.SendMessage(String, SendMessageOptions)
Component.BroadcastMessage(String, Object, SendMessageOptions)
Component.BroadcastMessage(String, Object)
Component.BroadcastMessage(String)
Component.BroadcastMessage(String, SendMessageOptions)
Object.GetInstanceID()
Object.GetHashCode()
Object.Equals(Object)
Object.name
Object.Instantiate(Object, Vector3, Quaternion)
Object.Instantiate(Object, Vector3, Quaternion, Transform)
Object.Instantiate(Object)
Object.Instantiate(Object, Transform)
Object.Instantiate(Object, Transform, Boolean)
Object.Instantiate<T>(T)
Object.Instantiate<T>(T, Vector3, Quaternion)
Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
Object.Instantiate<T>(T, Transform)
Object.Instantiate<T>(T, Transform, Boolean)
Object.Destroy(Object, Single)
Object.Destroy(Object)
Object.DestroyImmediate(Object, Boolean)
Object.DestroyImmediate(Object)
Object.FindObjectsOfType(Type)
Object.DontDestroyOnLoad(Object)
Object.hideFlags
Object.DestroyObject(Object, Single)
Object.DestroyObject(Object)
Object.FindSceneObjectsOfType(Type)
Object.FindObjectsOfTypeIncludingAssets(Type)
Object.FindObjectsOfType<T>()
Object.FindObjectOfType<T>()
Object.FindObjectsOfTypeAll(Type)
Object.FindObjectOfType(Type)
Object.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class ConfigurableJoint : Joint

Properties

angularXDrive

Declaration
public JointDrive angularXDrive { get; set; }
Property Value
Type Description
JointDrive

angularXLimitSpring

Declaration
public SoftJointLimitSpring angularXLimitSpring { get; set; }
Property Value
Type Description
SoftJointLimitSpring

angularXMotion

Declaration
public ConfigurableJointMotion angularXMotion { get; set; }
Property Value
Type Description
ConfigurableJointMotion

angularYLimit

Declaration
public SoftJointLimit angularYLimit { get; set; }
Property Value
Type Description
SoftJointLimit

angularYMotion

Declaration
public ConfigurableJointMotion angularYMotion { get; set; }
Property Value
Type Description
ConfigurableJointMotion

angularYZDrive

Declaration
public JointDrive angularYZDrive { get; set; }
Property Value
Type Description
JointDrive

angularYZLimitSpring

Declaration
public SoftJointLimitSpring angularYZLimitSpring { get; set; }
Property Value
Type Description
SoftJointLimitSpring

angularZLimit

Declaration
public SoftJointLimit angularZLimit { get; set; }
Property Value
Type Description
SoftJointLimit

angularZMotion

Declaration
public ConfigurableJointMotion angularZMotion { get; set; }
Property Value
Type Description
ConfigurableJointMotion

configuredInWorldSpace

Declaration
public bool configuredInWorldSpace { get; set; }
Property Value
Type Description
Boolean

highAngularXLimit

Declaration
public SoftJointLimit highAngularXLimit { get; set; }
Property Value
Type Description
SoftJointLimit

linearLimit

Declaration
public SoftJointLimit linearLimit { get; set; }
Property Value
Type Description
SoftJointLimit

linearLimitSpring

Declaration
public SoftJointLimitSpring linearLimitSpring { get; set; }
Property Value
Type Description
SoftJointLimitSpring

lowAngularXLimit

Declaration
public SoftJointLimit lowAngularXLimit { get; set; }
Property Value
Type Description
SoftJointLimit

projectionAngle

Declaration
public float projectionAngle { get; set; }
Property Value
Type Description
Single

projectionDistance

Declaration
public float projectionDistance { get; set; }
Property Value
Type Description
Single

projectionMode

Declaration
public JointProjectionMode projectionMode { get; set; }
Property Value
Type Description
JointProjectionMode

rotationDriveMode

Declaration
public RotationDriveMode rotationDriveMode { get; set; }
Property Value
Type Description
RotationDriveMode

secondaryAxis

Declaration
public Vector3 secondaryAxis { get; set; }
Property Value
Type Description
Vector3

slerpDrive

Declaration
public JointDrive slerpDrive { get; set; }
Property Value
Type Description
JointDrive

swapBodies

Declaration
public bool swapBodies { get; set; }
Property Value
Type Description
Boolean

targetAngularVelocity

Declaration
public Vector3 targetAngularVelocity { get; set; }
Property Value
Type Description
Vector3

targetPosition

Declaration
public Vector3 targetPosition { get; set; }
Property Value
Type Description
Vector3

targetRotation

Declaration
public Quaternion targetRotation { get; set; }
Property Value
Type Description
Quaternion

targetVelocity

Declaration
public Vector3 targetVelocity { get; set; }
Property Value
Type Description
Vector3

xDrive

Declaration
public JointDrive xDrive { get; set; }
Property Value
Type Description
JointDrive

xMotion

Declaration
public ConfigurableJointMotion xMotion { get; set; }
Property Value
Type Description
ConfigurableJointMotion

yDrive

Declaration
public JointDrive yDrive { get; set; }
Property Value
Type Description
JointDrive

yMotion

Declaration
public ConfigurableJointMotion yMotion { get; set; }
Property Value
Type Description
ConfigurableJointMotion

zDrive

Declaration
public JointDrive zDrive { get; set; }
Property Value
Type Description
JointDrive

zMotion

Declaration
public ConfigurableJointMotion zMotion { get; set; }
Property Value
Type Description
ConfigurableJointMotion

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX