From f7f6115f7627df24a08a9a0882b2f573cc838eb1 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 22 Jun 2019 01:04:47 +0200 Subject: Proofread and improve the whole class reference - Document a few more properties and methods - Add more information to many classes - Fix lots of typos and gramar mistakes - Use [code] tags for parameters consistently - Use [b] and [i] tags consistently - Put "Warning:" and "Note:" on their own line to be more visible, and make them always bold - Tweak formatting in code examples to be more readable - Use double quotes consistently - Add more links to third-party technologies --- doc/classes/SliderJoint.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/classes/SliderJoint.xml') diff --git a/doc/classes/SliderJoint.xml b/doc/classes/SliderJoint.xml index 75406df39f..6a07bd9725 100644 --- a/doc/classes/SliderJoint.xml +++ b/doc/classes/SliderJoint.xml @@ -4,7 +4,7 @@ Piston kind of slider between two bodies in 3D. - Slides across the x-axis of the pivot object. + Slides across the X axis of the pivot object. @@ -51,7 +51,7 @@ The amount of damping that happens once the limit defined by [member linear_limit/lower_distance] and [member linear_limit/upper_distance] is surpassed. - The minimum difference between the pivot points on their x-axis before damping happens. + The minimum difference between the pivot points on their X axis before damping happens. The amount of restitution once the limits are surpassed. The lower, the more velocity-energy gets lost. @@ -60,7 +60,7 @@ A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement. - The maximum difference between the pivot points on their x-axis before damping happens. + The maximum difference between the pivot points on their X axis before damping happens. The amount of damping inside the slider limits. @@ -83,10 +83,10 @@ - The maximum difference between the pivot points on their x-axis before damping happens. + The maximum difference between the pivot points on their X axis before damping happens. - The minimum difference between the pivot points on their x-axis before damping happens. + The minimum difference between the pivot points on their X axis before damping happens. A factor applied to the movement across the slider axis once the limits get surpassed. The lower, the slower the movement. -- cgit v1.2.3