Class HVRAngularJointDrive
Inheritance
System.Object
HVRAngularJointDrive
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.ScriptableObjects
Assembly: HurricaneVR.Framework.dll
Syntax
[Serializable]
public class HVRAngularJointDrive
Fields
| Improve this Doc View SourceDamper
Declaration
public float Damper
Field Value
Type | Description |
---|---|
System.Single |
MaxForce
Declaration
public float MaxForce
Field Value
Type | Description |
---|---|
System.Single |
Spring
Declaration
public float Spring
Field Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceCreateJointDrive()
Declaration
public JointDrive CreateJointDrive()
Returns
Type | Description |
---|---|
UnityEngine.JointDrive |