SJointLimits
Last updated
Last updated
Sinespace® is a registered trademark of Sine Wave Entertainment Ltd, All Rights Reserved.
override string ToString ()
Returns this SJointLimits's properties as a string
static SJointLimits New (float min, float max, float bounciness, float bounceMinVelocity, float contactDistance)
Creates a new SJoinLimits with the given min, max, bounciness, bounceMinVelocity and contactDistance.
float Min get
set
The lower angular limit (in degrees) of the joint.
float Max get
set
The upper angular limit (in degrees) of the joint.
float Bounciness get
set
Determines the size of the bounce when the joint hits it's limit. Also known as restitution.
float BounceMinVelocity get
set
The minimum impact velocity which will cause the joint to bounce.
float ContactDistance get
set
Distance inside the limit value at which the limit will be considered to be active by the solver.
override string ToString ()
static SJointLimits New (float min, float max, float bounciness, float bounceMinVelocity, float contactDistance)
float Min get
set
float Max get
set
float Bounciness get
set
float BounceMinVelocity get
set
float ContactDistance get
set