Show / Hide Table of Contents

Class HVRJointUtilities

Inheritance
System.Object
HVRJointUtilities
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: HurricaneVR.Framework.Core.Utils
Assembly: HurricaneVR.Framework.dll
Syntax
public static class HVRJointUtilities

Methods

| Improve this Doc View Source

LimitAngularXMotion(ConfigurableJoint)

Declaration
public static void LimitAngularXMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LimitAngularYMotion(ConfigurableJoint)

Declaration
public static void LimitAngularYMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LimitAngularZMotion(ConfigurableJoint)

Declaration
public static void LimitAngularZMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LimitXMotion(ConfigurableJoint)

Declaration
public static void LimitXMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LimitYMotion(ConfigurableJoint)

Declaration
public static void LimitYMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LimitZMotion(ConfigurableJoint)

Declaration
public static void LimitZMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LockAllAngularMotion(ConfigurableJoint)

Declaration
public static void LockAllAngularMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LockAngularXMotion(ConfigurableJoint)

Declaration
public static void LockAngularXMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LockAngularYMotion(ConfigurableJoint)

Declaration
public static void LockAngularYMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LockAngularZMotion(ConfigurableJoint)

Declaration
public static void LockAngularZMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LockLinearMotion(ConfigurableJoint)

Declaration
public static void LockLinearMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LockXMotion(ConfigurableJoint)

Declaration
public static void LockXMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LockYMotion(ConfigurableJoint)

Declaration
public static void LockYMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

LockZMotion(ConfigurableJoint)

Declaration
public static void LockZMotion(this ConfigurableJoint joint)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
| Improve this Doc View Source

SetAngularXDrive(ConfigurableJoint, Single, Single, Single)

Declaration
public static void SetAngularXDrive(this ConfigurableJoint joint, float spring, float damper, float maxforce)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
System.Single spring
System.Single damper
System.Single maxforce
| Improve this Doc View Source

SetAngularXHighLimit(ConfigurableJoint, Single, Single, Single)

Declaration
public static void SetAngularXHighLimit(this ConfigurableJoint joint, float limit, float bounciness = 0F, float contactDistance = 0F)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
System.Single limit
System.Single bounciness
System.Single contactDistance
| Improve this Doc View Source

SetAngularXLowLimit(ConfigurableJoint, Single, Single, Single)

Declaration
public static void SetAngularXLowLimit(this ConfigurableJoint joint, float limit, float bounciness = 0F, float contactDistance = 0F)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
System.Single limit
System.Single bounciness
System.Single contactDistance
| Improve this Doc View Source

SetLinearDrive(ConfigurableJoint, Single, Single, Single)

Declaration
public static void SetLinearDrive(this ConfigurableJoint joint, float spring, float damper, float maxforce)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
System.Single spring
System.Single damper
System.Single maxforce
| Improve this Doc View Source

SetLinearLimit(ConfigurableJoint, Single, Single, Single)

Declaration
public static void SetLinearLimit(this ConfigurableJoint joint, float limit, float bounciness = 0F, float contactDistance = 0.01F)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
System.Single limit
System.Single bounciness
System.Single contactDistance
| Improve this Doc View Source

SetSlerpDrive(ConfigurableJoint, Single, Single, Single)

Declaration
public static void SetSlerpDrive(this ConfigurableJoint joint, float spring, float damper, float maxforce)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
System.Single spring
System.Single damper
System.Single maxforce
| Improve this Doc View Source

SetXDrive(ConfigurableJoint, Single, Single, Single)

Declaration
public static void SetXDrive(this ConfigurableJoint joint, float spring, float damper, float maxforce)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
System.Single spring
System.Single damper
System.Single maxforce
| Improve this Doc View Source

SetYDrive(ConfigurableJoint, Single, Single, Single)

Declaration
public static void SetYDrive(this ConfigurableJoint joint, float spring, float damper, float maxforce)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
System.Single spring
System.Single damper
System.Single maxforce
| Improve this Doc View Source

SetZDrive(ConfigurableJoint, Single, Single, Single)

Declaration
public static void SetZDrive(this ConfigurableJoint joint, float spring, float damper, float maxforce)
Parameters
Type Name Description
UnityEngine.ConfigurableJoint joint
System.Single spring
System.Single damper
System.Single maxforce
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX