Struct SoftJointLimit
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public struct SoftJointLimit
Properties
| Improve this Doc View Sourcebounciness
Declaration
public float bounciness { get; set; }
Property Value
Type | Description |
---|---|
Single |
contactDistance
Declaration
public float contactDistance { get; set; }
Property Value
Type | Description |
---|---|
Single |
limit
Declaration
public float limit { get; set; }
Property Value
Type | Description |
---|---|
Single |