diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml
index 0eb1247bbc7..52df939fc57 100644
--- a/doc/classes/@GDScript.xml
+++ b/doc/classes/@GDScript.xml
@@ -903,7 +903,7 @@
A positive infinity. (For negative infinity, use -INF).
-
+
Macro constant that expands to an expression of type float that represents a NaN.
The NaN values are used to identify undefined or non-representable values for floating-point elements, such as the square root of negative numbers or the result of 0/0.
diff --git a/doc/classes/@Global Scope.xml b/doc/classes/@Global Scope.xml
index 22c9b58c481..4044c4ed1f8 100644
--- a/doc/classes/@Global Scope.xml
+++ b/doc/classes/@Global Scope.xml
@@ -14,58 +14,58 @@
-
+
[ARVRServer] singleton
-
+
[AudioServer] singleton
-
+
[ClassDB] singleton
-
+
[Engine] singleton
-
+
[Geometry] singleton
-
+
[IP] singleton
-
+
[Input] singleton
-
+
[InputMap] singleton
-
+
[Marshalls] singleton
-
+
[OS] singleton
-
+
[Performance] singleton
-
+
[Physics2DServer] singleton
-
+
[PhysicsServer] singleton
-
+
[ProjectSettings] singleton
-
+
[ResourceLoader] singleton
-
+
[ResourceSaver] singleton
-
+
[TranslationServer] singleton
-
+
[VisualServer] singleton
diff --git a/doc/classes/ARVRAnchor.xml b/doc/classes/ARVRAnchor.xml
index 3856326155d..4ff39390b2f 100644
--- a/doc/classes/ARVRAnchor.xml
+++ b/doc/classes/ARVRAnchor.xml
@@ -52,7 +52,7 @@
-
+
diff --git a/doc/classes/ARVRController.xml b/doc/classes/ARVRController.xml
index 0e7c5be4f04..557f915c1d8 100644
--- a/doc/classes/ARVRController.xml
+++ b/doc/classes/ARVRController.xml
@@ -76,7 +76,7 @@
-
+
diff --git a/doc/classes/ARVRInterface.xml b/doc/classes/ARVRInterface.xml
index ee3a4be51dd..fad9571628f 100644
--- a/doc/classes/ARVRInterface.xml
+++ b/doc/classes/ARVRInterface.xml
@@ -90,7 +90,7 @@
-
+
diff --git a/doc/classes/ARVROrigin.xml b/doc/classes/ARVROrigin.xml
index 888bb6ba181..28864bb3aec 100644
--- a/doc/classes/ARVROrigin.xml
+++ b/doc/classes/ARVROrigin.xml
@@ -34,7 +34,7 @@
-
+
diff --git a/doc/classes/ARVRServer.xml b/doc/classes/ARVRServer.xml
index 8c6b5d84376..282f25bec95 100644
--- a/doc/classes/ARVRServer.xml
+++ b/doc/classes/ARVRServer.xml
@@ -120,7 +120,7 @@
-
+
diff --git a/doc/classes/AcceptDialog.xml b/doc/classes/AcceptDialog.xml
index e042e4d3605..8821a450e5d 100644
--- a/doc/classes/AcceptDialog.xml
+++ b/doc/classes/AcceptDialog.xml
@@ -91,9 +91,9 @@
-
+
-
+
diff --git a/doc/classes/AnimatedSprite.xml b/doc/classes/AnimatedSprite.xml
index 1f39693a0e0..f8663e90e0a 100644
--- a/doc/classes/AnimatedSprite.xml
+++ b/doc/classes/AnimatedSprite.xml
@@ -148,21 +148,21 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AnimatedSprite3D.xml b/doc/classes/AnimatedSprite3D.xml
index f8acc8cf1b5..4e28f7de8db 100644
--- a/doc/classes/AnimatedSprite3D.xml
+++ b/doc/classes/AnimatedSprite3D.xml
@@ -82,13 +82,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml
index 81d207a1fc3..746462380b2 100644
--- a/doc/classes/AnimationPlayer.xml
+++ b/doc/classes/AnimationPlayer.xml
@@ -347,11 +347,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/AnimationTreePlayer.xml b/doc/classes/AnimationTreePlayer.xml
index a096e4063ee..ad9bc922e46 100644
--- a/doc/classes/AnimationTreePlayer.xml
+++ b/doc/classes/AnimationTreePlayer.xml
@@ -625,7 +625,7 @@
-
+
diff --git a/doc/classes/Area.xml b/doc/classes/Area.xml
index 12f02f8a6c3..4e366e124e3 100644
--- a/doc/classes/Area.xml
+++ b/doc/classes/Area.xml
@@ -373,41 +373,41 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Area2D.xml b/doc/classes/Area2D.xml
index 283ea2e3923..e093b5cb49c 100644
--- a/doc/classes/Area2D.xml
+++ b/doc/classes/Area2D.xml
@@ -317,49 +317,49 @@
-
+
The rate at which objects stop spinning in this area. Represents the amount of speed lost per second. If 1.0, physics bodies in the area stop rotating immediately. If 0.0, they never slow down. Does not incorporate external forces. The physics-update's rate affects 'angular_damp'.
-
+
The name of the Area2D's audio bus.
-
+
If [code]true[/code], overrides the default audio bus with the Area2D's. Defaults to [code]false[/code].
-
+
The physics layer this Area2D is in.
Collidable objects can exist in any of 32 different layers. These layers are not visual, but more of a tagging system instead. A collidable can use these layers/tags to select with which objects it can collide, using [method set_collision_mask].
A contact is detected if object A is in any of the layers that object B scans, or object B is in any layers that object A scans.
-
+
The physics layers this Area2D scans to determine collision detections.
-
+
The gravity intensity within the Area2D (ranges -1024 to 1024). This is useful to alter the force of gravity without altering its direction.
This value multiplies the gravity vector, whether it is the given vector ([method set_gravity_vector]), or a calculated one (when using a center of gravity).
-
+
The falloff factor for point gravity. The greater this value is, the faster the strength of gravity decreases with the square of distance.
-
+
If [code]true[/code], calculates gravity from a particular point during a space override (see [method set_space_override_mode]). If a point, [Vector2] position is set with [method set_gravity_vector]. Defaults to [code]false[/code].
-
+
The gravitational direction/strength as a vector (not normalized). If gravity is a point (see [method is_gravity_a_point]), this will be the attraction center.
-
+
The rate at which objects stop spinning in this area. Represents the amount of speed lost per second. If 1.0, physics bodies in the area stop rotating immediately. If 0.0, they never slow down. Does not incorporate external forces. The physics-update's rate affects 'angular_damp'.
-
+
If [code]true[/code], other monitoring areas can detect this Area2D (is it undetectable at the moment?). Defaults to [code]true[/code].
-
+
If [code]true[/code], this detects bodies/areas entering/exiting it (can it detect others at the moment?). Defaults to [code]true[/code].
-
+
The processing order for this priority. Ranges from 0 to 128. Defaults to 0. Higher priorities are processed first.
-
+
How to override gravity and damping calculations within this Area2D, if at all. Consult the SPACE_OVERRIDE_* constants for available options.
diff --git a/doc/classes/AtlasTexture.xml b/doc/classes/AtlasTexture.xml
index 43758336127..459d15a5341 100644
--- a/doc/classes/AtlasTexture.xml
+++ b/doc/classes/AtlasTexture.xml
@@ -53,11 +53,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/AudioEffectAmplify.xml b/doc/classes/AudioEffectAmplify.xml
index 637ffa30a6c..8497042b532 100644
--- a/doc/classes/AudioEffectAmplify.xml
+++ b/doc/classes/AudioEffectAmplify.xml
@@ -29,7 +29,7 @@
-
+
The effect's volume limit.
diff --git a/doc/classes/AudioEffectChorus.xml b/doc/classes/AudioEffectChorus.xml
index 4f29703654e..b9f27678eca 100644
--- a/doc/classes/AudioEffectChorus.xml
+++ b/doc/classes/AudioEffectChorus.xml
@@ -181,85 +181,85 @@
-
+
The effect's raw signal.
-
+
The voice's cutoff frequency.
-
+
The voice's signal delay.
-
+
The voice filter's depth.
-
+
The voice's volume.
-
+
The voice's pan level.
-
+
The voice's filter rate.
-
+
The voice's cutoff frequency.
-
+
The voice's signal delay.
-
+
The voice filter's depth.
-
+
The voice's volume.
-
+
The voice's pan level.
-
+
The voice's filter rate.
-
+
The voice's cutoff frequency.
-
+
The voice's signal delay.
-
+
The voice filter's depth.
-
+
The voice's volume.
-
+
The voice's pan level.
-
+
The voice's filter rate.
-
+
The voice's cutoff frequency.
-
+
The voice's signal delay.
-
+
The voice filter's depth.
-
+
The voice's volume.
-
+
The voice's pan level.
-
+
The voice's filter rate.
-
+
The amount of voices in the effect.
-
+
The effect's processed signal.
diff --git a/doc/classes/AudioEffectCompressor.xml b/doc/classes/AudioEffectCompressor.xml
index 58c3fc09ab7..5a7a91ede03 100644
--- a/doc/classes/AudioEffectCompressor.xml
+++ b/doc/classes/AudioEffectCompressor.xml
@@ -109,19 +109,19 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AudioEffectDelay.xml b/doc/classes/AudioEffectDelay.xml
index 44a4c883b4f..8d317b3c46a 100644
--- a/doc/classes/AudioEffectDelay.xml
+++ b/doc/classes/AudioEffectDelay.xml
@@ -193,31 +193,31 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AudioEffectDistortion.xml b/doc/classes/AudioEffectDistortion.xml
index e8dc941fede..d8b9dee9dc9 100644
--- a/doc/classes/AudioEffectDistortion.xml
+++ b/doc/classes/AudioEffectDistortion.xml
@@ -81,15 +81,15 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AudioEffectFilter.xml b/doc/classes/AudioEffectFilter.xml
index 105b075f453..6285539a613 100644
--- a/doc/classes/AudioEffectFilter.xml
+++ b/doc/classes/AudioEffectFilter.xml
@@ -67,13 +67,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AudioEffectLimiter.xml b/doc/classes/AudioEffectLimiter.xml
index 0af47ba7167..e52fb57c708 100644
--- a/doc/classes/AudioEffectLimiter.xml
+++ b/doc/classes/AudioEffectLimiter.xml
@@ -67,13 +67,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AudioEffectPanner.xml b/doc/classes/AudioEffectPanner.xml
index dc747d630d9..b55d7f91c1a 100644
--- a/doc/classes/AudioEffectPanner.xml
+++ b/doc/classes/AudioEffectPanner.xml
@@ -25,7 +25,7 @@
-
+
diff --git a/doc/classes/AudioEffectPhaser.xml b/doc/classes/AudioEffectPhaser.xml
index 1e96ea39d0e..7e9cd27a471 100644
--- a/doc/classes/AudioEffectPhaser.xml
+++ b/doc/classes/AudioEffectPhaser.xml
@@ -81,15 +81,15 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AudioEffectPitchShift.xml b/doc/classes/AudioEffectPitchShift.xml
index 6afa1d19849..6fc3acdc203 100644
--- a/doc/classes/AudioEffectPitchShift.xml
+++ b/doc/classes/AudioEffectPitchShift.xml
@@ -25,7 +25,7 @@
-
+
diff --git a/doc/classes/AudioEffectReverb.xml b/doc/classes/AudioEffectReverb.xml
index 84dd9d8d441..b390fa239ce 100644
--- a/doc/classes/AudioEffectReverb.xml
+++ b/doc/classes/AudioEffectReverb.xml
@@ -123,21 +123,21 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AudioEffectStereoEnhance.xml b/doc/classes/AudioEffectStereoEnhance.xml
index 280316fed09..345d019d85e 100644
--- a/doc/classes/AudioEffectStereoEnhance.xml
+++ b/doc/classes/AudioEffectStereoEnhance.xml
@@ -53,11 +53,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/AudioStreamOGGVorbis.xml b/doc/classes/AudioStreamOGGVorbis.xml
index 64b3bed42b9..fd9018764d3 100644
--- a/doc/classes/AudioStreamOGGVorbis.xml
+++ b/doc/classes/AudioStreamOGGVorbis.xml
@@ -55,11 +55,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/AudioStreamPlayer.xml b/doc/classes/AudioStreamPlayer.xml
index 9c05f277c12..88e7b9ad9e2 100644
--- a/doc/classes/AudioStreamPlayer.xml
+++ b/doc/classes/AudioStreamPlayer.xml
@@ -115,17 +115,17 @@
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AudioStreamPlayer2D.xml b/doc/classes/AudioStreamPlayer2D.xml
index 0761f07cfaa..879f618c068 100644
--- a/doc/classes/AudioStreamPlayer2D.xml
+++ b/doc/classes/AudioStreamPlayer2D.xml
@@ -143,21 +143,21 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AudioStreamPlayer3D.xml b/doc/classes/AudioStreamPlayer3D.xml
index 7d608733938..8c5238ac406 100644
--- a/doc/classes/AudioStreamPlayer3D.xml
+++ b/doc/classes/AudioStreamPlayer3D.xml
@@ -269,39 +269,39 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/AudioStreamRandomPitch.xml b/doc/classes/AudioStreamRandomPitch.xml
index e9eaf82ebcb..91856682e6d 100644
--- a/doc/classes/AudioStreamRandomPitch.xml
+++ b/doc/classes/AudioStreamRandomPitch.xml
@@ -39,9 +39,9 @@
-
+
-
+
diff --git a/doc/classes/AudioStreamSample.xml b/doc/classes/AudioStreamSample.xml
index 30975200b3b..e14a17a05cd 100644
--- a/doc/classes/AudioStreamSample.xml
+++ b/doc/classes/AudioStreamSample.xml
@@ -109,19 +109,19 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/BackBufferCopy.xml b/doc/classes/BackBufferCopy.xml
index 82d9c807857..091bd3fa733 100644
--- a/doc/classes/BackBufferCopy.xml
+++ b/doc/classes/BackBufferCopy.xml
@@ -45,9 +45,9 @@
-
+
-
+
diff --git a/doc/classes/BaseButton.xml b/doc/classes/BaseButton.xml
index 2d5a0b45025..2ad46579b24 100644
--- a/doc/classes/BaseButton.xml
+++ b/doc/classes/BaseButton.xml
@@ -151,19 +151,19 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Basis.xml b/doc/classes/Basis.xml
index 2bdc941bdfb..77316476484 100644
--- a/doc/classes/Basis.xml
+++ b/doc/classes/Basis.xml
@@ -170,11 +170,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/BitMap.xml b/doc/classes/BitMap.xml
index 55af521aa1d..62b1c9ff4f4 100644
--- a/doc/classes/BitMap.xml
+++ b/doc/classes/BitMap.xml
@@ -76,7 +76,7 @@
-
+
diff --git a/doc/classes/BitmapFont.xml b/doc/classes/BitmapFont.xml
index e5569ec68d2..e983c59782e 100644
--- a/doc/classes/BitmapFont.xml
+++ b/doc/classes/BitmapFont.xml
@@ -141,19 +141,19 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/BoxContainer.xml b/doc/classes/BoxContainer.xml
index 313c11b04e2..f7e50f02d85 100644
--- a/doc/classes/BoxContainer.xml
+++ b/doc/classes/BoxContainer.xml
@@ -39,7 +39,7 @@
-
+
diff --git a/doc/classes/BoxShape.xml b/doc/classes/BoxShape.xml
index 29abd03a0f6..8c98c93b579 100644
--- a/doc/classes/BoxShape.xml
+++ b/doc/classes/BoxShape.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/doc/classes/Button.xml b/doc/classes/Button.xml
index 200d948d983..bb02e4266be 100644
--- a/doc/classes/Button.xml
+++ b/doc/classes/Button.xml
@@ -83,19 +83,19 @@
-
+
Text alignment policy for the button's text, use one of the ALIGN_* constants.
-
+
When this property is enabled, text that is too large to fit the button is clipped, when disabled the Button will always be wide enough to hold the text. This property is disabled by default.
-
+
Flat buttons don't display decoration.
-
+
Button's icon, if text is present the icon will be placed before the text.
-
+
The button's text that will be displayed inside the button's area.
diff --git a/doc/classes/Camera2D.xml b/doc/classes/Camera2D.xml
index e2000ffc1eb..659efa860db 100644
--- a/doc/classes/Camera2D.xml
+++ b/doc/classes/Camera2D.xml
@@ -323,47 +323,47 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/CanvasItem.xml b/doc/classes/CanvasItem.xml
index 84c94fad1e2..26a9e1519be 100644
--- a/doc/classes/CanvasItem.xml
+++ b/doc/classes/CanvasItem.xml
@@ -597,21 +597,21 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/CanvasItemMaterial.xml b/doc/classes/CanvasItemMaterial.xml
index 7c6eca86916..2a6553bb6a0 100644
--- a/doc/classes/CanvasItemMaterial.xml
+++ b/doc/classes/CanvasItemMaterial.xml
@@ -39,9 +39,9 @@
-
+
-
+
diff --git a/doc/classes/CanvasLayer.xml b/doc/classes/CanvasLayer.xml
index b7014b4512a..f19e7ef041a 100644
--- a/doc/classes/CanvasLayer.xml
+++ b/doc/classes/CanvasLayer.xml
@@ -130,13 +130,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/CanvasModulate.xml b/doc/classes/CanvasModulate.xml
index 8dd6de75a4e..f0e3132da54 100644
--- a/doc/classes/CanvasModulate.xml
+++ b/doc/classes/CanvasModulate.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/doc/classes/CapsuleMesh.xml b/doc/classes/CapsuleMesh.xml
index 609898efd42..13cdfa057d6 100644
--- a/doc/classes/CapsuleMesh.xml
+++ b/doc/classes/CapsuleMesh.xml
@@ -69,16 +69,16 @@
-
+
Height of the capsule mesh from the center point. Defaults to 1.0.
-
+
Number of radial segments on the capsule mesh. Defaults to 64.
-
+
Radius of the capsule mesh. Defaults to 1.0.
-
+
Number of rings along the height of the capsule. Defaults to 8.
diff --git a/doc/classes/CapsuleShape.xml b/doc/classes/CapsuleShape.xml
index 4260d14ec33..29072203ea0 100644
--- a/doc/classes/CapsuleShape.xml
+++ b/doc/classes/CapsuleShape.xml
@@ -45,9 +45,9 @@
-
+
-
+
diff --git a/doc/classes/CapsuleShape2D.xml b/doc/classes/CapsuleShape2D.xml
index 976f51d6396..9c2b1c4a3d7 100644
--- a/doc/classes/CapsuleShape2D.xml
+++ b/doc/classes/CapsuleShape2D.xml
@@ -45,9 +45,9 @@
-
+
-
+
diff --git a/doc/classes/CenterContainer.xml b/doc/classes/CenterContainer.xml
index 18f5f5f2811..2f81e7739fc 100644
--- a/doc/classes/CenterContainer.xml
+++ b/doc/classes/CenterContainer.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/doc/classes/CircleShape2D.xml b/doc/classes/CircleShape2D.xml
index 57251fb5a7f..c3d4bdae036 100644
--- a/doc/classes/CircleShape2D.xml
+++ b/doc/classes/CircleShape2D.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/doc/classes/CollisionObject.xml b/doc/classes/CollisionObject.xml
index 4ce0bf43c3c..791978993c9 100644
--- a/doc/classes/CollisionObject.xml
+++ b/doc/classes/CollisionObject.xml
@@ -198,9 +198,9 @@
-
+
-
+
diff --git a/doc/classes/CollisionObject2D.xml b/doc/classes/CollisionObject2D.xml
index cc42f56481c..db1412805fa 100644
--- a/doc/classes/CollisionObject2D.xml
+++ b/doc/classes/CollisionObject2D.xml
@@ -203,7 +203,7 @@
-
+
diff --git a/doc/classes/CollisionPolygon.xml b/doc/classes/CollisionPolygon.xml
index 7fde8f89588..cf425e3d60a 100644
--- a/doc/classes/CollisionPolygon.xml
+++ b/doc/classes/CollisionPolygon.xml
@@ -53,11 +53,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/CollisionPolygon2D.xml b/doc/classes/CollisionPolygon2D.xml
index 6b86d205b15..ef0f1ce451b 100644
--- a/doc/classes/CollisionPolygon2D.xml
+++ b/doc/classes/CollisionPolygon2D.xml
@@ -74,13 +74,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/CollisionShape.xml b/doc/classes/CollisionShape.xml
index 7e7ea2e3e68..6e98d2f979a 100644
--- a/doc/classes/CollisionShape.xml
+++ b/doc/classes/CollisionShape.xml
@@ -57,10 +57,10 @@
-
+
A disabled collision shape has no effect in the world.
-
+
The actual shape owned by this collision shape.
diff --git a/doc/classes/CollisionShape2D.xml b/doc/classes/CollisionShape2D.xml
index 7453e9b17ff..cefa0c1c814 100644
--- a/doc/classes/CollisionShape2D.xml
+++ b/doc/classes/CollisionShape2D.xml
@@ -55,13 +55,13 @@
-
+
A disabled collision shape has no effect in the world.
-
+
Sets whether this collision shape should only detect collision on one side (top or bottom).
-
+
The actual shape owned by this collision shape.
diff --git a/doc/classes/Color.xml b/doc/classes/Color.xml
index d97376bd211..4547771b632 100644
--- a/doc/classes/Color.xml
+++ b/doc/classes/Color.xml
@@ -183,37 +183,37 @@
-
+
Alpha (0 to 1)
-
+
Alpha (0 to 255)
-
+
Blue (0 to 1)
-
+
Blue (0 to 255)
-
+
Green (0 to 1)
-
+
Green (0 to 255)
-
+
Hue (0 to 1)
-
+
Red (0 to 1)
-
+
Red (0 to 255)
-
+
Saturation (0 to 1)
-
+
Value (0 to 1)
diff --git a/doc/classes/ColorPickerButton.xml b/doc/classes/ColorPickerButton.xml
index 8b8c120384a..59b74edd778 100644
--- a/doc/classes/ColorPickerButton.xml
+++ b/doc/classes/ColorPickerButton.xml
@@ -55,9 +55,9 @@
-
+
-
+
diff --git a/doc/classes/ColorRect.xml b/doc/classes/ColorRect.xml
index eb029a8a5bf..90e88603b08 100644
--- a/doc/classes/ColorRect.xml
+++ b/doc/classes/ColorRect.xml
@@ -37,7 +37,7 @@
-
+
diff --git a/doc/classes/ConcavePolygonShape2D.xml b/doc/classes/ConcavePolygonShape2D.xml
index c2170b84102..018d64b6430 100644
--- a/doc/classes/ConcavePolygonShape2D.xml
+++ b/doc/classes/ConcavePolygonShape2D.xml
@@ -30,7 +30,7 @@
-
+
diff --git a/doc/classes/ConeTwistJoint.xml b/doc/classes/ConeTwistJoint.xml
index 4a5a5e512c1..67c7cc4cfee 100644
--- a/doc/classes/ConeTwistJoint.xml
+++ b/doc/classes/ConeTwistJoint.xml
@@ -29,15 +29,15 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Control.xml b/doc/classes/Control.xml
index 1f74c8df18b..5d77f3a4500 100644
--- a/doc/classes/Control.xml
+++ b/doc/classes/Control.xml
@@ -833,59 +833,59 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/ConvexPolygonShape.xml b/doc/classes/ConvexPolygonShape.xml
index ff1a67acbdd..9a7cb0d475b 100644
--- a/doc/classes/ConvexPolygonShape.xml
+++ b/doc/classes/ConvexPolygonShape.xml
@@ -27,7 +27,7 @@
-
+
diff --git a/doc/classes/ConvexPolygonShape2D.xml b/doc/classes/ConvexPolygonShape2D.xml
index 98443d6d6a5..c5b6d900416 100644
--- a/doc/classes/ConvexPolygonShape2D.xml
+++ b/doc/classes/ConvexPolygonShape2D.xml
@@ -39,7 +39,7 @@
-
+
diff --git a/doc/classes/CubeMesh.xml b/doc/classes/CubeMesh.xml
index 7ae5d9b3920..642f37c3933 100644
--- a/doc/classes/CubeMesh.xml
+++ b/doc/classes/CubeMesh.xml
@@ -69,16 +69,16 @@
-
+
Size of the cuboid mesh. Defaults to (2, 2, 2).
-
+
Number of extra edge loops inserted along the z-axis. Defaults to 0.
-
+
Number of extra edge loops inserted along the y-axis. Defaults to 0.
-
+
Number of extra edge loops inserted along the x-axis. Defaults to 0.
diff --git a/doc/classes/Curve.xml b/doc/classes/Curve.xml
index 94f75329a59..bf9f7598e08 100644
--- a/doc/classes/Curve.xml
+++ b/doc/classes/Curve.xml
@@ -211,13 +211,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Curve2D.xml b/doc/classes/Curve2D.xml
index 797145e8ce2..ccf6101829b 100644
--- a/doc/classes/Curve2D.xml
+++ b/doc/classes/Curve2D.xml
@@ -190,9 +190,9 @@
-
+
-
+
diff --git a/doc/classes/Curve3D.xml b/doc/classes/Curve3D.xml
index 6c403b243a8..8ea0e04b143 100644
--- a/doc/classes/Curve3D.xml
+++ b/doc/classes/Curve3D.xml
@@ -218,9 +218,9 @@
-
+
-
+
diff --git a/doc/classes/CurveTexture.xml b/doc/classes/CurveTexture.xml
index 25cbe43e0ba..8f8f60968a1 100644
--- a/doc/classes/CurveTexture.xml
+++ b/doc/classes/CurveTexture.xml
@@ -33,9 +33,9 @@
-
+
-
+
diff --git a/doc/classes/CylinderMesh.xml b/doc/classes/CylinderMesh.xml
index 9ef68e03ed7..8399312dac3 100644
--- a/doc/classes/CylinderMesh.xml
+++ b/doc/classes/CylinderMesh.xml
@@ -83,19 +83,19 @@
-
+
Bottom radius of the cylinder. Defaults to 1.0.
-
+
Full height of the cylinder. Defaults to 2.0.
-
+
Number of radial segments on the cylinder. Defaults to 64.
-
+
Number of edge rings along the height of the cylinder. Defaults to 4.
-
+
Top radius of the cylinder. Defaults to 1.0.
diff --git a/doc/classes/DampedSpringJoint2D.xml b/doc/classes/DampedSpringJoint2D.xml
index feed1bed5fa..18554820fa3 100644
--- a/doc/classes/DampedSpringJoint2D.xml
+++ b/doc/classes/DampedSpringJoint2D.xml
@@ -77,13 +77,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/DirectionalLight.xml b/doc/classes/DirectionalLight.xml
index bf689f98e03..7de17915191 100644
--- a/doc/classes/DirectionalLight.xml
+++ b/doc/classes/DirectionalLight.xml
@@ -55,23 +55,23 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/DynamicFont.xml b/doc/classes/DynamicFont.xml
index 69097ed6912..e4ce2ff3f0a 100644
--- a/doc/classes/DynamicFont.xml
+++ b/doc/classes/DynamicFont.xml
@@ -125,21 +125,21 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/DynamicFontData.xml b/doc/classes/DynamicFontData.xml
index 51495c8b461..51e4e0d231a 100644
--- a/doc/classes/DynamicFontData.xml
+++ b/doc/classes/DynamicFontData.xml
@@ -25,7 +25,7 @@
-
+
diff --git a/doc/classes/Environment.xml b/doc/classes/Environment.xml
index 3c753977e31..4338b188a6e 100644
--- a/doc/classes/Environment.xml
+++ b/doc/classes/Environment.xml
@@ -981,155 +981,155 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/FileDialog.xml b/doc/classes/FileDialog.xml
index 052c8085566..d7a08368a5f 100644
--- a/doc/classes/FileDialog.xml
+++ b/doc/classes/FileDialog.xml
@@ -153,13 +153,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/GDNative.xml b/doc/classes/GDNative.xml
index a0b6117b36c..ba813c45645 100644
--- a/doc/classes/GDNative.xml
+++ b/doc/classes/GDNative.xml
@@ -49,7 +49,7 @@
-
+
diff --git a/doc/classes/GDNativeLibrary.xml b/doc/classes/GDNativeLibrary.xml
index ffb5ec5542b..c3561856ccb 100644
--- a/doc/classes/GDNativeLibrary.xml
+++ b/doc/classes/GDNativeLibrary.xml
@@ -43,7 +43,7 @@
-
+
diff --git a/doc/classes/GIProbe.xml b/doc/classes/GIProbe.xml
index 69ed088210b..9df0b80b35d 100644
--- a/doc/classes/GIProbe.xml
+++ b/doc/classes/GIProbe.xml
@@ -167,25 +167,25 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/GIProbeData.xml b/doc/classes/GIProbeData.xml
index de3a2ac047c..6d47daf9857 100644
--- a/doc/classes/GIProbeData.xml
+++ b/doc/classes/GIProbeData.xml
@@ -165,27 +165,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Generic6DOFJoint.xml b/doc/classes/Generic6DOFJoint.xml
index 5ff25cafca6..4b782e994af 100644
--- a/doc/classes/Generic6DOFJoint.xml
+++ b/doc/classes/Generic6DOFJoint.xml
@@ -119,107 +119,107 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/GeometryInstance.xml b/doc/classes/GeometryInstance.xml
index 1eb5858e6ed..550a1e97d72 100644
--- a/doc/classes/GeometryInstance.xml
+++ b/doc/classes/GeometryInstance.xml
@@ -131,21 +131,21 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Gradient.xml b/doc/classes/Gradient.xml
index 73beee38cd3..f97908b0a2f 100644
--- a/doc/classes/Gradient.xml
+++ b/doc/classes/Gradient.xml
@@ -121,9 +121,9 @@
-
+
-
+
diff --git a/doc/classes/GradientTexture.xml b/doc/classes/GradientTexture.xml
index c32990114b1..eab8ea77af9 100644
--- a/doc/classes/GradientTexture.xml
+++ b/doc/classes/GradientTexture.xml
@@ -35,10 +35,10 @@
-
+
The [Gradient] that will be used to fill the texture.
-
+
The number of color samples that will be obtained from the [Gradient].
diff --git a/doc/classes/GraphNode.xml b/doc/classes/GraphNode.xml
index f6a12497bc7..de1d9c1194a 100644
--- a/doc/classes/GraphNode.xml
+++ b/doc/classes/GraphNode.xml
@@ -279,11 +279,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/GridContainer.xml b/doc/classes/GridContainer.xml
index 6d272e81644..ca7b868cd8d 100644
--- a/doc/classes/GridContainer.xml
+++ b/doc/classes/GridContainer.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/doc/classes/GrooveJoint2D.xml b/doc/classes/GrooveJoint2D.xml
index 9afee7ee2b7..3db2d9aee9b 100644
--- a/doc/classes/GrooveJoint2D.xml
+++ b/doc/classes/GrooveJoint2D.xml
@@ -45,9 +45,9 @@
-
+
-
+
diff --git a/doc/classes/HTTPRequest.xml b/doc/classes/HTTPRequest.xml
index 6aa799b3f90..c2839890cf8 100644
--- a/doc/classes/HTTPRequest.xml
+++ b/doc/classes/HTTPRequest.xml
@@ -122,11 +122,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/HingeJoint.xml b/doc/classes/HingeJoint.xml
index fe4b2fd7956..ae3693c3a4a 100644
--- a/doc/classes/HingeJoint.xml
+++ b/doc/classes/HingeJoint.xml
@@ -47,25 +47,25 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Image.xml b/doc/classes/Image.xml
index 985345df466..f4ea9d00ce1 100644
--- a/doc/classes/Image.xml
+++ b/doc/classes/Image.xml
@@ -373,7 +373,7 @@
-
+
diff --git a/doc/classes/InputEvent.xml b/doc/classes/InputEvent.xml
index 1bfbacd480d..392ee25ad6d 100644
--- a/doc/classes/InputEvent.xml
+++ b/doc/classes/InputEvent.xml
@@ -123,7 +123,7 @@
-
+
diff --git a/doc/classes/InputEventAction.xml b/doc/classes/InputEventAction.xml
index a93c3683b2c..2617ea4dfa8 100644
--- a/doc/classes/InputEventAction.xml
+++ b/doc/classes/InputEventAction.xml
@@ -34,9 +34,9 @@
-
+
-
+
diff --git a/doc/classes/InputEventJoypadButton.xml b/doc/classes/InputEventJoypadButton.xml
index 72c34fecb84..2784b064421 100644
--- a/doc/classes/InputEventJoypadButton.xml
+++ b/doc/classes/InputEventJoypadButton.xml
@@ -48,13 +48,13 @@
-
+
Joypad button identifier, one of the JOY_BUTTON_* constants in [@Global Scope].
-
+
Pressed state of the joypad button.
-
+
Intensity of the button pressure, ranges from 0 to 1.0.
diff --git a/doc/classes/InputEventJoypadMotion.xml b/doc/classes/InputEventJoypadMotion.xml
index 33cdac5154b..8a26007fc1e 100644
--- a/doc/classes/InputEventJoypadMotion.xml
+++ b/doc/classes/InputEventJoypadMotion.xml
@@ -40,10 +40,10 @@
-
+
Joypad axis identifier, one of the JOY_AXIS_* constants in [@Global Scope].
-
+
Position of the axis, ranging from -1.0 to 1.0. A value of 0 means that the axis is in its neutral position.
diff --git a/doc/classes/InputEventKey.xml b/doc/classes/InputEventKey.xml
index e76447d5214..151e19d25db 100644
--- a/doc/classes/InputEventKey.xml
+++ b/doc/classes/InputEventKey.xml
@@ -62,16 +62,16 @@
-
+
Echo state of the key, i.e. whether it's a repeat event or not.
-
+
Pressed state of the key.
-
+
Scancode of the key, one of the KEY_* constants in [@Global Scope].
-
+
Unicode identifier of the key (when relevant).
diff --git a/doc/classes/InputEventMouse.xml b/doc/classes/InputEventMouse.xml
index 15412b15e07..57f0acbf301 100644
--- a/doc/classes/InputEventMouse.xml
+++ b/doc/classes/InputEventMouse.xml
@@ -54,13 +54,13 @@
-
+
Mouse button mask identifier, one of or a bitwise combination of the BUTTON_MASK_* constants in [@Global Scope].
-
+
Global position of the mouse click.
-
+
Local position of the mouse click.
diff --git a/doc/classes/InputEventMouseButton.xml b/doc/classes/InputEventMouseButton.xml
index d33a94d6e04..63e31eb61cb 100644
--- a/doc/classes/InputEventMouseButton.xml
+++ b/doc/classes/InputEventMouseButton.xml
@@ -62,15 +62,15 @@
-
+
Mouse button identifier, one of the BUTTON_* or BUTTON_WHEEL_* constants in [@Global Scope].
-
+
Whether the event is a double-click.
-
+
-
+
Pressed state of the mouse button.
diff --git a/doc/classes/InputEventMouseMotion.xml b/doc/classes/InputEventMouseMotion.xml
index 85c68b6bb59..59fe8d2e580 100644
--- a/doc/classes/InputEventMouseMotion.xml
+++ b/doc/classes/InputEventMouseMotion.xml
@@ -40,10 +40,10 @@
-
+
Position of the mouse pointer relative to the previous mouse position.
-
+
Speed of the mouse pointer.
diff --git a/doc/classes/InputEventScreenDrag.xml b/doc/classes/InputEventScreenDrag.xml
index 401e5cc027c..0b0ecc17bc1 100644
--- a/doc/classes/InputEventScreenDrag.xml
+++ b/doc/classes/InputEventScreenDrag.xml
@@ -68,16 +68,16 @@
-
+
Drag event index in the case of a multi-drag event.
-
+
Position of the drag event.
-
+
Position of the drag event relative to its start position.
-
+
Speed of the drag event.
diff --git a/doc/classes/InputEventScreenTouch.xml b/doc/classes/InputEventScreenTouch.xml
index c8e11e05bf3..97c35373640 100644
--- a/doc/classes/InputEventScreenTouch.xml
+++ b/doc/classes/InputEventScreenTouch.xml
@@ -48,13 +48,13 @@
-
+
Touch event index in the case of a multi-touch event.
-
+
Position of the touch event.
-
+
Pressed state of the touch event.
diff --git a/doc/classes/InputEventWithModifiers.xml b/doc/classes/InputEventWithModifiers.xml
index 65b6441a82a..7bbdf0a441c 100644
--- a/doc/classes/InputEventWithModifiers.xml
+++ b/doc/classes/InputEventWithModifiers.xml
@@ -82,19 +82,19 @@
-
+
State of the Alt modifier.
-
+
State of the Command modifier.
-
+
State of the Ctrl modifier.
-
+
State of the Meta modifier.
-
+
State of the Shift modifier.
diff --git a/doc/classes/InterpolatedCamera.xml b/doc/classes/InterpolatedCamera.xml
index a2f6ba01d3b..5e5ce59a8b7 100644
--- a/doc/classes/InterpolatedCamera.xml
+++ b/doc/classes/InterpolatedCamera.xml
@@ -61,11 +61,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/ItemList.xml b/doc/classes/ItemList.xml
index 2ec3f710725..3423b8fb9c0 100644
--- a/doc/classes/ItemList.xml
+++ b/doc/classes/ItemList.xml
@@ -458,25 +458,25 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Joint.xml b/doc/classes/Joint.xml
index 089df79043b..2e7d24aac17 100644
--- a/doc/classes/Joint.xml
+++ b/doc/classes/Joint.xml
@@ -67,13 +67,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Joint2D.xml b/doc/classes/Joint2D.xml
index cf685d498f3..e6c2f6d1570 100644
--- a/doc/classes/Joint2D.xml
+++ b/doc/classes/Joint2D.xml
@@ -73,13 +73,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/KinematicBody.xml b/doc/classes/KinematicBody.xml
index 74354bdd152..8f242c51875 100644
--- a/doc/classes/KinematicBody.xml
+++ b/doc/classes/KinematicBody.xml
@@ -101,7 +101,7 @@
-
+
diff --git a/doc/classes/KinematicBody2D.xml b/doc/classes/KinematicBody2D.xml
index 6a4e9bbc5a0..448389e950e 100644
--- a/doc/classes/KinematicBody2D.xml
+++ b/doc/classes/KinematicBody2D.xml
@@ -193,7 +193,7 @@
-
+
diff --git a/doc/classes/KinematicCollision.xml b/doc/classes/KinematicCollision.xml
index 4c0a40ecdf8..5e5b125654e 100644
--- a/doc/classes/KinematicCollision.xml
+++ b/doc/classes/KinematicCollision.xml
@@ -77,27 +77,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Label.xml b/doc/classes/Label.xml
index afcca416d34..2e860aac0c0 100644
--- a/doc/classes/Label.xml
+++ b/doc/classes/Label.xml
@@ -200,23 +200,23 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/LargeTexture.xml b/doc/classes/LargeTexture.xml
index 900020baa0c..e4cabdc5562 100644
--- a/doc/classes/LargeTexture.xml
+++ b/doc/classes/LargeTexture.xml
@@ -88,7 +88,7 @@
-
+
diff --git a/doc/classes/Light.xml b/doc/classes/Light.xml
index 961b0796ce5..11eee135cb4 100644
--- a/doc/classes/Light.xml
+++ b/doc/classes/Light.xml
@@ -129,27 +129,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Light2D.xml b/doc/classes/Light2D.xml
index 43c550c280f..593799b57d5 100644
--- a/doc/classes/Light2D.xml
+++ b/doc/classes/Light2D.xml
@@ -339,47 +339,47 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/LightOccluder2D.xml b/doc/classes/LightOccluder2D.xml
index b60623c8b0f..babcf31c08b 100644
--- a/doc/classes/LightOccluder2D.xml
+++ b/doc/classes/LightOccluder2D.xml
@@ -45,10 +45,10 @@
-
+
The LightOccluder2D's light mask. The LightOccluder2D will cast shadows only from Light2D(s) that have the same light mask(s).
-
+
The [OccluderPolygon2D] used to compute the shadow.
diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml
index 4d8bad5819b..e9541730474 100644
--- a/doc/classes/Line2D.xml
+++ b/doc/classes/Line2D.xml
@@ -209,27 +209,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml
index 493152b9c10..0577e1ba37e 100644
--- a/doc/classes/LineEdit.xml
+++ b/doc/classes/LineEdit.xml
@@ -242,27 +242,27 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/LineShape2D.xml b/doc/classes/LineShape2D.xml
index 9bc762f6c4d..3346c46a190 100644
--- a/doc/classes/LineShape2D.xml
+++ b/doc/classes/LineShape2D.xml
@@ -45,9 +45,9 @@
-
+
-
+
diff --git a/doc/classes/LinkButton.xml b/doc/classes/LinkButton.xml
index 2cbf3407af2..d9598daf164 100644
--- a/doc/classes/LinkButton.xml
+++ b/doc/classes/LinkButton.xml
@@ -45,9 +45,9 @@
-
+
-
+
diff --git a/doc/classes/Material.xml b/doc/classes/Material.xml
index 6312a997f6a..88b35ac6b56 100644
--- a/doc/classes/Material.xml
+++ b/doc/classes/Material.xml
@@ -41,9 +41,9 @@
-
+
-
+
diff --git a/doc/classes/MenuButton.xml b/doc/classes/MenuButton.xml
index d71fc0463f1..f1ab74d00e1 100644
--- a/doc/classes/MenuButton.xml
+++ b/doc/classes/MenuButton.xml
@@ -20,7 +20,7 @@
-
+
diff --git a/doc/classes/MeshInstance.xml b/doc/classes/MeshInstance.xml
index a713aad9303..56b446cac11 100644
--- a/doc/classes/MeshInstance.xml
+++ b/doc/classes/MeshInstance.xml
@@ -82,10 +82,10 @@
-
+
The [Mesh] resource for the instance.
-
+
[NodePath] to the [Skeleton] associated with the instance.
diff --git a/doc/classes/MultiMesh.xml b/doc/classes/MultiMesh.xml
index 4b0155a206e..6df9689ada2 100644
--- a/doc/classes/MultiMesh.xml
+++ b/doc/classes/MultiMesh.xml
@@ -123,17 +123,17 @@
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/MultiMeshInstance.xml b/doc/classes/MultiMeshInstance.xml
index 1d5448b24c6..06454e3cdcb 100644
--- a/doc/classes/MultiMeshInstance.xml
+++ b/doc/classes/MultiMeshInstance.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/doc/classes/NativeScript.xml b/doc/classes/NativeScript.xml
index 63ea5673b38..b040cfd9667 100644
--- a/doc/classes/NativeScript.xml
+++ b/doc/classes/NativeScript.xml
@@ -45,9 +45,9 @@
-
+
-
+
diff --git a/doc/classes/Navigation.xml b/doc/classes/Navigation.xml
index 96a201d4061..3e063f6a820 100644
--- a/doc/classes/Navigation.xml
+++ b/doc/classes/Navigation.xml
@@ -103,7 +103,7 @@
-
+
diff --git a/doc/classes/NavigationMesh.xml b/doc/classes/NavigationMesh.xml
index 6b0583f4b2e..c1bce2b410e 100644
--- a/doc/classes/NavigationMesh.xml
+++ b/doc/classes/NavigationMesh.xml
@@ -61,9 +61,9 @@
-
+
-
+
diff --git a/doc/classes/NavigationMeshInstance.xml b/doc/classes/NavigationMeshInstance.xml
index e2dfb6b9066..6d3a81a9394 100644
--- a/doc/classes/NavigationMeshInstance.xml
+++ b/doc/classes/NavigationMeshInstance.xml
@@ -39,9 +39,9 @@
-
+
-
+
diff --git a/doc/classes/NavigationPolygon.xml b/doc/classes/NavigationPolygon.xml
index 2c08157039c..07eb4afb8d5 100644
--- a/doc/classes/NavigationPolygon.xml
+++ b/doc/classes/NavigationPolygon.xml
@@ -115,11 +115,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/NavigationPolygonInstance.xml b/doc/classes/NavigationPolygonInstance.xml
index c04e326bd10..a6d70d5b4b0 100644
--- a/doc/classes/NavigationPolygonInstance.xml
+++ b/doc/classes/NavigationPolygonInstance.xml
@@ -39,9 +39,9 @@
-
+
-
+
diff --git a/doc/classes/NinePatchRect.xml b/doc/classes/NinePatchRect.xml
index 847ddf7bc55..092e928ef98 100644
--- a/doc/classes/NinePatchRect.xml
+++ b/doc/classes/NinePatchRect.xml
@@ -99,23 +99,23 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Node.xml b/doc/classes/Node.xml
index 45040e2bec9..5a99263f1ec 100644
--- a/doc/classes/Node.xml
+++ b/doc/classes/Node.xml
@@ -773,11 +773,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/Node2D.xml b/doc/classes/Node2D.xml
index 9f260015773..2ba312b301d 100644
--- a/doc/classes/Node2D.xml
+++ b/doc/classes/Node2D.xml
@@ -301,40 +301,40 @@
-
+
Global position.
-
+
Global rotation in radians.
-
+
Global rotation in degrees.
-
+
Global scale.
-
+
Global [Transform2D].
-
+
Position, relative to the node's parent.
-
+
Rotation in radians.
-
+
Rotation in degrees.
-
+
Rotation in degrees.
-
+
Local [Transform2D].
-
+
Z-index. Controls the order in which the nodes render. A node with a higher Z-index will display in front of others.
-
+
Make the node's Z-index relative to its parent's Z-index. If this node's Z-index is 2 and its parent's effective Z-index is 3, then this node's effective Z-index will be 2 + 3 = 5.
diff --git a/doc/classes/OccluderPolygon2D.xml b/doc/classes/OccluderPolygon2D.xml
index d5254876293..99c1536ddf3 100644
--- a/doc/classes/OccluderPolygon2D.xml
+++ b/doc/classes/OccluderPolygon2D.xml
@@ -53,11 +53,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/OmniLight.xml b/doc/classes/OmniLight.xml
index c437b9b5d1f..8750fd7e99e 100644
--- a/doc/classes/OmniLight.xml
+++ b/doc/classes/OmniLight.xml
@@ -41,13 +41,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/OptionButton.xml b/doc/classes/OptionButton.xml
index 57bd3aa695f..abb0dc4f2db 100644
--- a/doc/classes/OptionButton.xml
+++ b/doc/classes/OptionButton.xml
@@ -190,9 +190,9 @@
-
+
-
+
diff --git a/doc/classes/PackedDataContainer.xml b/doc/classes/PackedDataContainer.xml
index d6a2f965235..660a39f210b 100644
--- a/doc/classes/PackedDataContainer.xml
+++ b/doc/classes/PackedDataContainer.xml
@@ -25,7 +25,7 @@
-
+
diff --git a/doc/classes/PackedScene.xml b/doc/classes/PackedScene.xml
index 80351759f1c..b40207229c6 100644
--- a/doc/classes/PackedScene.xml
+++ b/doc/classes/PackedScene.xml
@@ -41,7 +41,7 @@
-
+
diff --git a/doc/classes/PanoramaSky.xml b/doc/classes/PanoramaSky.xml
index d42c9a20ed2..81f358461e0 100644
--- a/doc/classes/PanoramaSky.xml
+++ b/doc/classes/PanoramaSky.xml
@@ -25,7 +25,7 @@
-
+
diff --git a/doc/classes/ParallaxBackground.xml b/doc/classes/ParallaxBackground.xml
index b17b72443e4..a7d616129ac 100644
--- a/doc/classes/ParallaxBackground.xml
+++ b/doc/classes/ParallaxBackground.xml
@@ -107,17 +107,17 @@
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/ParallaxLayer.xml b/doc/classes/ParallaxLayer.xml
index 28a43f7e99d..6cf5549c8f9 100644
--- a/doc/classes/ParallaxLayer.xml
+++ b/doc/classes/ParallaxLayer.xml
@@ -59,11 +59,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/Particles.xml b/doc/classes/Particles.xml
index fab7a462c89..e17e60f2bc0 100644
--- a/doc/classes/Particles.xml
+++ b/doc/classes/Particles.xml
@@ -251,43 +251,43 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Particles2D.xml b/doc/classes/Particles2D.xml
index 92c71af60a7..d837d6eb625 100644
--- a/doc/classes/Particles2D.xml
+++ b/doc/classes/Particles2D.xml
@@ -284,41 +284,41 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/ParticlesMaterial.xml b/doc/classes/ParticlesMaterial.xml
index 94b621524d8..1767a19a9fa 100644
--- a/doc/classes/ParticlesMaterial.xml
+++ b/doc/classes/ParticlesMaterial.xml
@@ -293,113 +293,113 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Path.xml b/doc/classes/Path.xml
index fa4edf81e43..97543418b9d 100644
--- a/doc/classes/Path.xml
+++ b/doc/classes/Path.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/doc/classes/Path2D.xml b/doc/classes/Path2D.xml
index 49ae3e2f0fd..839e6173758 100644
--- a/doc/classes/Path2D.xml
+++ b/doc/classes/Path2D.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/doc/classes/PhysicsBody.xml b/doc/classes/PhysicsBody.xml
index 6281fda3f17..e8ae986346b 100644
--- a/doc/classes/PhysicsBody.xml
+++ b/doc/classes/PhysicsBody.xml
@@ -95,9 +95,9 @@
-
+
-
+
diff --git a/doc/classes/PhysicsBody2D.xml b/doc/classes/PhysicsBody2D.xml
index 25a3e4f9912..e1603110908 100644
--- a/doc/classes/PhysicsBody2D.xml
+++ b/doc/classes/PhysicsBody2D.xml
@@ -103,11 +103,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/PinJoint.xml b/doc/classes/PinJoint.xml
index e4ec7735402..22aa35a0a44 100644
--- a/doc/classes/PinJoint.xml
+++ b/doc/classes/PinJoint.xml
@@ -29,11 +29,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/PinJoint2D.xml b/doc/classes/PinJoint2D.xml
index 1ff9ac65914..826a1684a4f 100644
--- a/doc/classes/PinJoint2D.xml
+++ b/doc/classes/PinJoint2D.xml
@@ -27,7 +27,7 @@
-
+
diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml
index b7b49838215..5c4eb984dbd 100644
--- a/doc/classes/Plane.xml
+++ b/doc/classes/Plane.xml
@@ -144,15 +144,15 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/PlaneMesh.xml b/doc/classes/PlaneMesh.xml
index ef46c3d4099..034bc391a68 100644
--- a/doc/classes/PlaneMesh.xml
+++ b/doc/classes/PlaneMesh.xml
@@ -55,13 +55,13 @@
-
+
Size of the generated plane. Defaults to (2.0, 2.0).
-
+
Number of subdivision along the z-axis. Defaults to 0.
-
+
Number of subdivision along the x-axis. Defaults to 0.
diff --git a/doc/classes/PlaneShape.xml b/doc/classes/PlaneShape.xml
index 04617a695fa..7e7bde4db3d 100644
--- a/doc/classes/PlaneShape.xml
+++ b/doc/classes/PlaneShape.xml
@@ -25,7 +25,7 @@
-
+
diff --git a/doc/classes/Polygon2D.xml b/doc/classes/Polygon2D.xml
index 2692679dda0..05869c514eb 100644
--- a/doc/classes/Polygon2D.xml
+++ b/doc/classes/Polygon2D.xml
@@ -203,29 +203,29 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/PolygonPathFinder.xml b/doc/classes/PolygonPathFinder.xml
index 3dea96cbdf7..a0d1284a85c 100644
--- a/doc/classes/PolygonPathFinder.xml
+++ b/doc/classes/PolygonPathFinder.xml
@@ -81,7 +81,7 @@
-
+
diff --git a/doc/classes/Popup.xml b/doc/classes/Popup.xml
index ad09fe49eec..7e87c9fcc0b 100644
--- a/doc/classes/Popup.xml
+++ b/doc/classes/Popup.xml
@@ -65,7 +65,7 @@
-
+
diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml
index 7ab3d19378a..086eb8e34dd 100644
--- a/doc/classes/PopupMenu.xml
+++ b/doc/classes/PopupMenu.xml
@@ -451,11 +451,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/PrimitiveMesh.xml b/doc/classes/PrimitiveMesh.xml
index 5ad09e39c47..34141edbe7c 100644
--- a/doc/classes/PrimitiveMesh.xml
+++ b/doc/classes/PrimitiveMesh.xml
@@ -33,7 +33,7 @@
-
+
The current [Material] of the primitive mesh.
diff --git a/doc/classes/PrismMesh.xml b/doc/classes/PrismMesh.xml
index 94eb7472e57..21fa67bc828 100644
--- a/doc/classes/PrismMesh.xml
+++ b/doc/classes/PrismMesh.xml
@@ -83,19 +83,19 @@
-
+
Displacement of of the upper edge along the x-axis. 0.0 positions edge straight above the bottome left edge. Defaults to 0.5 (positioned on the midpoint).
-
+
Size of the prism. Defaults to (2.0, 2.0, 2.0).
-
+
Number of added edge loops along the z-axis. Defaults to 0.
-
+
Number of added edge loops along the y-axis. Defaults to 0.
-
+
Number of added edge loops along the x-axis. Defaults to 0.
diff --git a/doc/classes/ProceduralSky.xml b/doc/classes/ProceduralSky.xml
index 01a0a4b1fd9..032ce9def20 100644
--- a/doc/classes/ProceduralSky.xml
+++ b/doc/classes/ProceduralSky.xml
@@ -235,37 +235,37 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/ProgressBar.xml b/doc/classes/ProgressBar.xml
index 6901b28dfd7..f6be04cc19a 100644
--- a/doc/classes/ProgressBar.xml
+++ b/doc/classes/ProgressBar.xml
@@ -27,7 +27,7 @@
-
+
diff --git a/doc/classes/ProximityGroup.xml b/doc/classes/ProximityGroup.xml
index 245d90f3578..9b4b5649003 100644
--- a/doc/classes/ProximityGroup.xml
+++ b/doc/classes/ProximityGroup.xml
@@ -53,7 +53,7 @@
-
+
diff --git a/doc/classes/Quat.xml b/doc/classes/Quat.xml
index 4626db7f4e8..f07e143aa03 100644
--- a/doc/classes/Quat.xml
+++ b/doc/classes/Quat.xml
@@ -134,13 +134,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Range.xml b/doc/classes/Range.xml
index 0543cdd1116..9af6abf7b83 100644
--- a/doc/classes/Range.xml
+++ b/doc/classes/Range.xml
@@ -148,19 +148,19 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/RayCast.xml b/doc/classes/RayCast.xml
index 05dfdf5484f..2e6efff7695 100644
--- a/doc/classes/RayCast.xml
+++ b/doc/classes/RayCast.xml
@@ -179,16 +179,16 @@
-
+
The ray's destination point, relative to the RayCast's [code]position[/code].
-
+
The RayCast's collison layer(s). Only bodies in the same collision layer(s) will be detected.
-
+
If [code]true[/code], collisions will be reported. Default value: [code]false[/code].
-
+
Object types to detect using a logical sum (OR operation) of type constants defined in [Physics2DDirectSpaceState].
Example:
[codeblock]
diff --git a/doc/classes/RayCast2D.xml b/doc/classes/RayCast2D.xml
index 85809a2e6bd..5520abe0507 100644
--- a/doc/classes/RayCast2D.xml
+++ b/doc/classes/RayCast2D.xml
@@ -191,19 +191,19 @@
-
+
The ray's destination point, relative to the RayCast's [code]position[/code].
-
+
The RayCast2D's collison layer(s). Only bodies in the same collision layer(s) will be detected.
-
+
If [code]true[/code], collisions will be reported. Default value: [code]false[/code].
-
+
If [code]true[/code], the parent node will be excluded from collision detection. Default value: [code]true[/code].
-
+
Object types to detect using a logical sum (OR operation) of type constants defined in [Physics2DDirectSpaceState].
Example:
[codeblock]
diff --git a/doc/classes/RayShape.xml b/doc/classes/RayShape.xml
index c302b3f8865..7fab9c39498 100644
--- a/doc/classes/RayShape.xml
+++ b/doc/classes/RayShape.xml
@@ -25,7 +25,7 @@
-
+
diff --git a/doc/classes/RayShape2D.xml b/doc/classes/RayShape2D.xml
index 53b3349185c..8414ee23486 100644
--- a/doc/classes/RayShape2D.xml
+++ b/doc/classes/RayShape2D.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/doc/classes/Rect2.xml b/doc/classes/Rect2.xml
index 3901f12c273..1a467861b3f 100644
--- a/doc/classes/Rect2.xml
+++ b/doc/classes/Rect2.xml
@@ -140,13 +140,13 @@
-
+
Ending corner.
-
+
Position (starting corner).
-
+
Size from position to end.
diff --git a/doc/classes/Rect3.xml b/doc/classes/Rect3.xml
index 33ae8f3ba5f..8837b8f8129 100644
--- a/doc/classes/Rect3.xml
+++ b/doc/classes/Rect3.xml
@@ -188,12 +188,12 @@
-
+
Ending corner.
-
+
-
+
Size from position to end.
diff --git a/doc/classes/RectangleShape2D.xml b/doc/classes/RectangleShape2D.xml
index 2f9f20841f4..9c18df970b6 100644
--- a/doc/classes/RectangleShape2D.xml
+++ b/doc/classes/RectangleShape2D.xml
@@ -29,7 +29,7 @@
-
+
diff --git a/doc/classes/ReflectionProbe.xml b/doc/classes/ReflectionProbe.xml
index 2bcca104023..c3d95e5a626 100644
--- a/doc/classes/ReflectionProbe.xml
+++ b/doc/classes/ReflectionProbe.xml
@@ -179,29 +179,29 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/RemoteTransform.xml b/doc/classes/RemoteTransform.xml
index 11fc65b8bcc..ecc136055e2 100644
--- a/doc/classes/RemoteTransform.xml
+++ b/doc/classes/RemoteTransform.xml
@@ -81,15 +81,15 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/RemoteTransform2D.xml b/doc/classes/RemoteTransform2D.xml
index 983e8bcc792..346b8de621f 100644
--- a/doc/classes/RemoteTransform2D.xml
+++ b/doc/classes/RemoteTransform2D.xml
@@ -81,15 +81,15 @@
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Resource.xml b/doc/classes/Resource.xml
index 35342c3872e..57497f5d78e 100644
--- a/doc/classes/Resource.xml
+++ b/doc/classes/Resource.xml
@@ -101,11 +101,11 @@
-
+
-
+
-
+
diff --git a/doc/classes/ResourcePreloader.xml b/doc/classes/ResourcePreloader.xml
index bba5892ece0..35ebeb1760d 100644
--- a/doc/classes/ResourcePreloader.xml
+++ b/doc/classes/ResourcePreloader.xml
@@ -68,7 +68,7 @@
-
+
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml
index 065df5bf8f5..90ee76cb981 100644
--- a/doc/classes/RichTextLabel.xml
+++ b/doc/classes/RichTextLabel.xml
@@ -314,13 +314,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/RigidBody.xml b/doc/classes/RigidBody.xml
index 853125a698e..446c6d14cbf 100644
--- a/doc/classes/RigidBody.xml
+++ b/doc/classes/RigidBody.xml
@@ -323,55 +323,55 @@
-
+
Dampens rotational forces of the Rigid body by the 'angular_damp' rate.
-
+
The current rotational velocity of the Rigid body
-
+
Locks the rotational forces to a particular axis, preventing rotations on other axes.
-
+
Bounciness of the Rigid body.
-
+
If true, the Rigid body will no longer calculate forces when there is no movement and will act as a static body. It will wake up when other forces are applied through other collisions or when the 'apply_impulse' method is used.
-
+
If true, the Rigid body will emit signals when it collides with another Rigid body.
-
+
The maximum contacts to report. Bodies can keep a log of the contacts with other bodies, this is enabled by setting the maximum amount of contacts reported to a number greater than 0.
-
+
Continuous collision detection tries to predict where a moving body will collide, instead of moving it and correcting its movement if it collided. The first is more precise, and misses less impacts by small, fast-moving objects. The second is faster to compute, but can miss small, fast-moving objects.
-
+
If true, internal force integration will be disabled (like gravity or air friction) for this body. Other than collision response, the body will only move as determined by the [method _integrate_forces] function, if defined.
-
+
The body friction, from 0 (frictionless) to 1 (max friction).
-
+
The 'gravity_scale' for this Rigid body will be multiplied by the global 3d gravity setting found in "Project > Project Settings > Physics > 3d". A value of 1 will be normal gravity, 2 will apply double gravity, and 0.5 will apply half gravity to this object.
-
+
The linear damp for this body. Default of -1, cannot be less than -1. If this value is different from -1, any linear damp derived from the world or areas will be overridden.
-
+
The body linear velocity. Can be used sporadically, but [b]DON'T SET THIS IN EVERY FRAME[/b], because physics may run in another thread and runs at a different granularity. Use [method _integrate_forces] as your process loop for precise control of the body state.
-
+
The body mass.
-
+
The body mode from the MODE_* enum. Modes include: MODE_STATIC, MODE_KINEMATIC, MODE_RIGID, and MODE_CHARACTER.
-
+
The current 'sleeping' state of the Rigid body.
-
+
The body weight given standard earth-weight (gravity 9.8).
diff --git a/doc/classes/RigidBody2D.xml b/doc/classes/RigidBody2D.xml
index 878cb354b20..e92c4173236 100644
--- a/doc/classes/RigidBody2D.xml
+++ b/doc/classes/RigidBody2D.xml
@@ -381,37 +381,37 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/ScrollBar.xml b/doc/classes/ScrollBar.xml
index c7be79fc85f..7a10d3679e1 100644
--- a/doc/classes/ScrollBar.xml
+++ b/doc/classes/ScrollBar.xml
@@ -27,7 +27,7 @@
-
+
diff --git a/doc/classes/ScrollContainer.xml b/doc/classes/ScrollContainer.xml
index b8164f8565e..1ae06bde706 100644
--- a/doc/classes/ScrollContainer.xml
+++ b/doc/classes/ScrollContainer.xml
@@ -77,9 +77,9 @@
-
+
-
+
diff --git a/doc/classes/SegmentShape2D.xml b/doc/classes/SegmentShape2D.xml
index a3cbff329a8..0e2c5c86f31 100644
--- a/doc/classes/SegmentShape2D.xml
+++ b/doc/classes/SegmentShape2D.xml
@@ -45,9 +45,9 @@
-
+
-
+
diff --git a/doc/classes/Shader.xml b/doc/classes/Shader.xml
index 935cdaab9dc..75644c31ab0 100644
--- a/doc/classes/Shader.xml
+++ b/doc/classes/Shader.xml
@@ -59,7 +59,7 @@
-
+
diff --git a/doc/classes/Shape2D.xml b/doc/classes/Shape2D.xml
index ffe965b7961..d5e2984ba03 100644
--- a/doc/classes/Shape2D.xml
+++ b/doc/classes/Shape2D.xml
@@ -94,7 +94,7 @@
-
+
diff --git a/doc/classes/ShortCut.xml b/doc/classes/ShortCut.xml
index 437c1427b6f..e8b3b962d3e 100644
--- a/doc/classes/ShortCut.xml
+++ b/doc/classes/ShortCut.xml
@@ -45,7 +45,7 @@
-
+
diff --git a/doc/classes/Sky.xml b/doc/classes/Sky.xml
index 49dd9602dde..3045167346e 100644
--- a/doc/classes/Sky.xml
+++ b/doc/classes/Sky.xml
@@ -25,7 +25,7 @@
-
+
diff --git a/doc/classes/Slider.xml b/doc/classes/Slider.xml
index cfcbd23a9bd..b9b2b98549f 100644
--- a/doc/classes/Slider.xml
+++ b/doc/classes/Slider.xml
@@ -59,13 +59,13 @@
-
+
-
+
-
+
-
+
diff --git a/doc/classes/SliderJoint.xml b/doc/classes/SliderJoint.xml
index b6593590d74..617390b6a45 100644
--- a/doc/classes/SliderJoint.xml
+++ b/doc/classes/SliderJoint.xml
@@ -29,49 +29,49 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
diff --git a/doc/classes/Spatial.xml b/doc/classes/Spatial.xml
index f8f02e07fcc..076d0b9bc3d 100644
--- a/doc/classes/Spatial.xml
+++ b/doc/classes/Spatial.xml
@@ -359,25 +359,25 @@
-
+
World space (global) [Transform] of this node.
-
+
Local euler rotation in radians of this node.
-
+
Local euler rotation in degrees of this node.
-
+
Local scale of this node.
-
+
Local space [Transform] of this node.
-
+
Local translation of this node.
-
+
Visibility of this node. Toggles if this node is rendered.
diff --git a/doc/classes/SpatialMaterial.xml b/doc/classes/SpatialMaterial.xml
index 55bc04fd888..0f1c57e85ba 100644
--- a/doc/classes/SpatialMaterial.xml
+++ b/doc/classes/SpatialMaterial.xml
@@ -695,175 +695,175 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+