|
27 | 27 | </methods>
|
28 | 28 | <members>
|
29 | 29 | <member name="angular_limit/damping" type="float" setter="set_param" getter="get_param" default="0.0">
|
30 |
| - The amount of damping of the rotation when the limit is surpassed. |
31 |
| - A lower damping value allows a rotation initiated by body A to travel to body B slower. |
| 30 | + The amount of damping of the rotation when the limit is surpassed. A lower damping value allows a rotation initiated by body A to travel to body B slower. It is measured in N·m·s/rad, or kg·m²/s/rad in SI base units. |
32 | 31 | </member>
|
33 | 32 | <member name="angular_limit/lower_angle" type="float" setter="set_param" getter="get_param" default="0.0">
|
34 | 33 | The lower limit of rotation in the slider.
|
35 | 34 | </member>
|
36 | 35 | <member name="angular_limit/restitution" type="float" setter="set_param" getter="get_param" default="0.7">
|
37 |
| - The amount of restitution of the rotation when the limit is surpassed. |
38 |
| - Does not affect damping. |
| 36 | + The amount of restitution of the rotation when the limit is surpassed. Does not affect damping. Restitution is a dimensionless value. |
39 | 37 | </member>
|
40 | 38 | <member name="angular_limit/softness" type="float" setter="set_param" getter="get_param" default="1.0">
|
41 |
| - A factor applied to the all rotation once the limit is surpassed. |
42 |
| - Makes all rotation slower when between 0 and 1. |
| 39 | + The stiffness factor applied to the all rotation once the limit is surpassed. Makes all rotation slower when between 0 and 1. Lower values are softer, while higher values are stiffer. It is measured in N·m/rad, or kg·m²/s²/rad in SI base units. |
43 | 40 | </member>
|
44 | 41 | <member name="angular_limit/upper_angle" type="float" setter="set_param" getter="get_param" default="0.0">
|
45 | 42 | The upper limit of rotation in the slider.
|
46 | 43 | </member>
|
47 | 44 | <member name="angular_motion/damping" type="float" setter="set_param" getter="get_param" default="1.0">
|
48 |
| - The amount of damping of the rotation in the limits. |
| 45 | + The amount of damping of the rotation in the limits. It is measured in N·m·s/rad, or kg·m²/s/rad in SI base units. |
49 | 46 | </member>
|
50 | 47 | <member name="angular_motion/restitution" type="float" setter="set_param" getter="get_param" default="0.7">
|
51 |
| - The amount of restitution of the rotation in the limits. |
| 48 | + The amount of restitution of the rotation in the limits. Restitution is a dimensionless value. |
52 | 49 | </member>
|
53 | 50 | <member name="angular_motion/softness" type="float" setter="set_param" getter="get_param" default="1.0">
|
54 |
| - A factor applied to the all rotation in the limits. |
| 51 | + The stiffness factor applied to the all rotation in the limits. It is measured in N·m/rad, or kg·m²/s²/rad in SI base units. |
55 | 52 | </member>
|
56 | 53 | <member name="angular_ortho/damping" type="float" setter="set_param" getter="get_param" default="1.0">
|
57 |
| - The amount of damping of the rotation across axes orthogonal to the slider. |
| 54 | + The amount of damping of the rotation across axes orthogonal to the slider. It is measured in N·m·s/rad, or kg·m²/s/rad in SI base units. |
58 | 55 | </member>
|
59 | 56 | <member name="angular_ortho/restitution" type="float" setter="set_param" getter="get_param" default="0.7">
|
60 |
| - The amount of restitution of the rotation across axes orthogonal to the slider. |
| 57 | + The amount of restitution of the rotation across axes orthogonal to the slider. Restitution is a dimensionless value. |
61 | 58 | </member>
|
62 | 59 | <member name="angular_ortho/softness" type="float" setter="set_param" getter="get_param" default="1.0">
|
63 |
| - A factor applied to the all rotation across axes orthogonal to the slider. |
| 60 | + The stiffness factor applied to the all rotation across axes orthogonal to the slider. It is measured in N·m/rad, or kg·m²/s²/rad in SI base units. |
64 | 61 | </member>
|
65 | 62 | <member name="linear_limit/damping" type="float" setter="set_param" getter="get_param" default="1.0">
|
66 | 63 | The amount of damping that happens once the limit defined by [member linear_limit/lower_distance] and [member linear_limit/upper_distance] is surpassed.
|
|
69 | 66 | The minimum difference between the pivot points on their X axis before damping happens.
|
70 | 67 | </member>
|
71 | 68 | <member name="linear_limit/restitution" type="float" setter="set_param" getter="get_param" default="0.7">
|
72 |
| - The amount of restitution once the limits are surpassed. The lower, the more velocity-energy gets lost. |
| 69 | + The amount of restitution once the limits are surpassed. The lower, the more velocity-energy gets lost. Restitution is a dimensionless value. |
73 | 70 | </member>
|
74 | 71 | <member name="linear_limit/softness" type="float" setter="set_param" getter="get_param" default="1.0">
|
75 |
| - A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement. |
| 72 | + The stiffness factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement. It is measured in N/m, or kg/s² in SI base units. |
76 | 73 | </member>
|
77 | 74 | <member name="linear_limit/upper_distance" type="float" setter="set_param" getter="get_param" default="1.0">
|
78 | 75 | The maximum difference between the pivot points on their X axis before damping happens.
|
79 | 76 | </member>
|
80 | 77 | <member name="linear_motion/damping" type="float" setter="set_param" getter="get_param" default="0.0">
|
81 |
| - The amount of damping inside the slider limits. |
| 78 | + The amount of damping inside the slider limits. It is measured in N·s/m, or kg/s in SI base units. |
82 | 79 | </member>
|
83 | 80 | <member name="linear_motion/restitution" type="float" setter="set_param" getter="get_param" default="0.7">
|
84 |
| - The amount of restitution inside the slider limits. |
| 81 | + The amount of restitution inside the slider limits. Restitution is a dimensionless value. |
85 | 82 | </member>
|
86 | 83 | <member name="linear_motion/softness" type="float" setter="set_param" getter="get_param" default="1.0">
|
87 |
| - 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. |
| 84 | + The stiffness factor applied to the movement across the slider axis as long as the slider is in the limits. The lower, the slower the movement. It is measured in N/m, or kg/s² in SI base units. |
88 | 85 | </member>
|
89 | 86 | <member name="linear_ortho/damping" type="float" setter="set_param" getter="get_param" default="1.0">
|
90 |
| - The amount of damping when movement is across axes orthogonal to the slider. |
| 87 | + The amount of damping when movement is across axes orthogonal to the slider. It is measured in N·s/m, or kg/s in SI base units. |
91 | 88 | </member>
|
92 | 89 | <member name="linear_ortho/restitution" type="float" setter="set_param" getter="get_param" default="0.7">
|
93 |
| - The amount of restitution when movement is across axes orthogonal to the slider. |
| 90 | + The amount of restitution when movement is across axes orthogonal to the slider. Restitution is a dimensionless value. |
94 | 91 | </member>
|
95 | 92 | <member name="linear_ortho/softness" type="float" setter="set_param" getter="get_param" default="1.0">
|
96 |
| - A factor applied to the movement across axes orthogonal to the slider. |
| 93 | + The stiffness factor applied to the movement across axes orthogonal to the slider. Lower values are softer, while higher values are stiffer. It is measured in N/m, or kg/s² in SI base units. |
97 | 94 | </member>
|
98 | 95 | </members>
|
99 | 96 | <constants>
|
|
0 commit comments