Class SpringJoint
Inherited Members
Namespace: UnityEngine
Assembly: UnityEngine.dll
Syntax
public class SpringJoint : Joint
Properties
damper
Declaration
public float damper { get; set; }
Property Value
Type | Description |
---|---|
Single |
maxDistance
Declaration
public float maxDistance { get; set; }
Property Value
Type | Description |
---|---|
Single |
minDistance
Declaration
public float minDistance { get; set; }
Property Value
Type | Description |
---|---|
Single |
spring
Declaration
public float spring { get; set; }
Property Value
Type | Description |
---|---|
Single |
tolerance
Declaration
public float tolerance { get; set; }
Property Value
Type | Description |
---|---|
Single |