Struct JointDrive
Assembly: UnityEngine.dll
Syntax
Properties
|
Improve this Doc
View Source
maximumForce
Declaration
public float maximumForce { get; set; }
Property Value
|
Improve this Doc
View Source
mode
Declaration
[Obsolete("JointDriveMode is obsolete")]
public JointDriveMode mode { get; set; }
Property Value
|
Improve this Doc
View Source
positionDamper
Declaration
public float positionDamper { get; set; }
Property Value
|
Improve this Doc
View Source
positionSpring
Declaration
public float positionSpring { get; set; }
Property Value
Extension Methods