Class HVRJointDrive
Inheritance
System.Object
HVRJointDrive
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 HVRJointDrive
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(Boolean, Single)
Declaration
public JointDrive CreateJointDrive(bool criticalDamp, float mass)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | criticalDamp | |
System.Single | mass |
Returns
Type | Description |
---|---|
UnityEngine.JointDrive |