Class HVRSoftJointLimit
Inheritance
System.Object
HVRSoftJointLimit
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 HVRSoftJointLimit
Fields
| Improve this Doc View SourceBounciness
Declaration
public float Bounciness
Field Value
Type | Description |
---|---|
System.Single |
ContactDistance
Declaration
public float ContactDistance
Field Value
Type | Description |
---|---|
System.Single |
Limit
Declaration
public float Limit
Field Value
Type | Description |
---|---|
System.Single |
Methods
| Improve this Doc View SourceCreateJointLimit()
Declaration
public SoftJointLimit CreateJointLimit()
Returns
Type | Description |
---|---|
UnityEngine.SoftJointLimit |