Struct JointLimits
Assembly: UnityEngine.dll
Syntax
public struct JointLimits
Properties
|
Improve this Doc
View Source
bounceMinVelocity
Declaration
public float bounceMinVelocity { get; set; }
Property Value
|
Improve this Doc
View Source
bounciness
Declaration
public float bounciness { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public float contactDistance { get; set; }
Property Value
|
Improve this Doc
View Source
max
Declaration
public float max { get; set; }
Property Value
|
Improve this Doc
View Source
min
Declaration
public float min { get; set; }
Property Value
Extension Methods