Click or drag to resize

SliderJointParam Enumeration

[Missing <summary> documentation for "T:Godot.SliderJoint.Param"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public enum Param
Members
  Member nameValueDescription
LinearLimitUpper0

The maximum difference between the pivot points on their X axis before damping happens.

LinearLimitLower1

The minimum difference between the pivot points on their X axis before damping happens.

LinearLimitSoftness2

A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement.

LinearLimitRestitution3

The amount of restitution once the limits are surpassed. The lower, the more velocityenergy gets lost.

LinearLimitDamping4

The amount of damping once the slider limits are surpassed.

LinearMotionSoftness5

A factor applied to the movement across the slider axis as long as the slider is in the limits. The lower, the slower the movement.

LinearMotionRestitution6

The amount of restitution inside the slider limits.

LinearMotionDamping7

The amount of damping inside the slider limits.

LinearOrthogonalSoftness8

A factor applied to the movement across axes orthogonal to the slider.

LinearOrthogonalRestitution9

The amount of restitution when movement is across axes orthogonal to the slider.

LinearOrthogonalDamping10

The amount of damping when movement is across axes orthogonal to the slider.

AngularLimitUpper11

The upper limit of rotation in the slider.

AngularLimitLower12

The lower limit of rotation in the slider.

AngularLimitSoftness13

A factor applied to the all rotation once the limit is surpassed.

AngularLimitRestitution14

The amount of restitution of the rotation when the limit is surpassed.

AngularLimitDamping15

The amount of damping of the rotation when the limit is surpassed.

AngularMotionSoftness16

A factor applied to the all rotation in the limits.

AngularMotionRestitution17

The amount of restitution of the rotation in the limits.

AngularMotionDamping18

The amount of damping of the rotation in the limits.

AngularOrthogonalSoftness19

A factor applied to the all rotation across axes orthogonal to the slider.

AngularOrthogonalRestitution20

The amount of restitution of the rotation across axes orthogonal to the slider.

AngularOrthogonalDamping21

The amount of damping of the rotation across axes orthogonal to the slider.

Max22

Represents the size of the SliderJointParam enum.

See Also