diff --git a/doc/classes/@GDScript.xml b/doc/classes/@GDScript.xml
index 0eb1247bbc..52df939fc5 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 22c9b58c48..4044c4ed1f 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 3856326155..4ff39390b2 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 0e7c5be4f0..557f915c1d 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 ee3a4be51d..fad9571628 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 888bb6ba18..28864bb3ae 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 8c6b5d8437..282f25bec9 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 e042e4d360..8821a450e5 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 1f39693a0e..f8663e90e0 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 f8acc8cf1b..4e28f7de8d 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 81d207a1fc..746462380b 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 a096e4063e..ad9bc922e4 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 12f02f8a6c..4e366e124e 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 283ea2e392..e093b5cb49 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 4375833612..459d15a534 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 637ffa30a6..8497042b53 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 4f29703654..b9f27678ec 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 58c3fc09ab..5a7a91ede0 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 44a4c883b4..8d317b3c46 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 e8dc941fed..d8b9dee9dc 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 105b075f45..6285539a61 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 0af47ba716..e52fb57c70 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 dc747d630d..b55d7f91c1 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 1e96ea39d0..7e9cd27a47 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 6afa1d1984..6fc3acdc20 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 84dd9d8d44..b390fa239c 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 280316fed0..345d019d85 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 64b3bed42b..fd9018764d 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 9c05f277c1..88e7b9ad9e 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 0761f07cfa..879f618c06 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 7d60873393..8c5238ac40 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 e9eaf82ebc..91856682e6 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 30975200b3..e14a17a05c 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 82d9c80785..091bd3fa73 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 2d5a0b4502..2ad46579b2 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 2bdc941bdf..7731647648 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 55af521aa1..62b1c9ff4f 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 e5569ec68d..e983c59782 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 313c11b04e..f7e50f02d8 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 29abd03a0f..8c98c93b57 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 200d948d98..bb02e4266b 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 e2000ffc1e..659efa860d 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 84c94fad1e..26a9e1519b 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 7c6eca8691..2a6553bb6a 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 b7014b4512..f19e7ef041 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 8dd6de75a4..f0e3132da5 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 609898efd4..13cdfa057d 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 4260d14ec3..29072203ea 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 976f51d639..9c2b1c4a3d 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 18f5f5f281..2f81e7739f 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 57251fb5a7..c3d4bdae03 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 4ce0bf43c3..791978993c 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 cc42f56481..db1412805f 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 7fde8f8958..cf425e3d60 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 6b86d205b1..ef0f1ce451 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 7e7ea2e3e6..6e98d2f979 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 7453e9b17f..cefa0c1c81 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 d97376bd21..4547771b63 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 8b8c120384..59b74edd77 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 eb029a8a5b..90e88603b0 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 c2170b8410..018d64b643 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 4a5a5e512c..67c7cc4cfe 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 1f74c8df18..5d77f3a450 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 ff1a67acbd..9a7cb0d475 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 98443d6d6a..c5b6d90041 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 7ae5d9b392..642f37c393 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 94f75329a5..bf9f7598e0 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 797145e8ce..ccf6101829 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 6c403b243a..8ea0e04b14 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 25cbe43e0b..8f8f60968a 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 9ef68e03ed..8399312dac 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 feed1bed5f..18554820fa 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 bf689f98e0..7de1791519 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 69097ed691..e4ce2ff3f0 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 51495c8b46..51e4e0d231 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 3c753977e3..4338b188a6 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 052c808556..d7a08368a5 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 a0b6117b36..ba813c4564 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 ffb5ec5542..c3561856cc 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 69ed088210..9df0b80b35 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 de3a2ac047..6d47daf985 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 5ff25cafca..4b782e994a 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 1eb5858e6e..550a1e97d7 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 73beee38cd..f97908b0a2 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 c32990114b..eab8ea77af 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 f6a12497bc..de1d9c1194 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 6d272e8164..ca7b868cd8 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 9afee7ee2b..3db2d9aee9 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 6aa799b3f9..c2839890cf 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 fe4b2fd795..ae3693c3a4 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 985345df46..f4ea9d00ce 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 1bfbacd480..392ee25ad6 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 a93c3683b2..2617ea4dfa 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 72c34fecb8..2784b06442 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 33cdac5154..8a26007fc1 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 e76447d521..151e19d25d 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 15412b15e0..57f0acbf30 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 d33a94d6e0..63e31eb61c 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 85c68b6bb5..59fe8d2e58 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 401e5cc027..0b0ecc17bc 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 c8e11e05bf..97c3537364 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 65b6441a82..7bbdf0a441 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 a2f6ba01d3..5e5ce59a8b 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 2ec3f71072..3423b8fb9c 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 089df79043..2e7d24aac1 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 cf685d498f..e6c2f6d157 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 74354bdd15..8f242c5187 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 6a4e9bbc5a..448389e950 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 4c0a40ecdf..5e5b125654 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 afcca416d3..2e860aac0c 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 900020baa0..e4cabdc556 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 961b0796ce..11eee135cb 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 43c550c280..593799b57d 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 b60623c8b0..babcf31c08 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 4d8bad5819..e954173047 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 493152b9c1..0577e1ba37 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 9bc762f6c4..3346c46a19 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 2cbf3407af..d9598daf16 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 6312a997f6..88b35ac6b5 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 d71fc0463f..f1ab74d00e 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 a713aad930..56b446cac1 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 4b0155a206..6df9689ada 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 1d5448b24c..06454e3cdc 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 63ea5673b3..b040cfd966 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 96a201d406..3e063f6a82 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 6b0583f4b2..c1bce2b410 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 e2dfb6b906..6d3a81a939 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 2c08157039..07eb4afb8d 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 c04e326bd1..a6d70d5b4b 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 847ddf7bc5..092e928ef9 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 45040e2bec..5a99263f1e 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 9f26001577..2ba312b301 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 d525487629..99c1536ddf 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 c437b9b5d1..8750fd7e99 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 57bd3aa695..abb0dc4f2d 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 d6a2f96523..660a39f210 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 80351759f1..b40207229c 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 d42c9a20ed..81f358461e 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 b17b72443e..a7d616129a 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 28a43f7e99..6cf5549c8f 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 fab7a462c8..e17e60f2bc 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 92c71af60a..d837d6eb62 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 94b621524d..1767a19a9f 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 fa4edf81e4..97543418b9 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 49ae3e2f0f..839e617375 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 6281fda3f1..e8ae986346 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 25a3e4f991..e160311090 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 e4ec773540..22aa35a0a4 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 1ff9ac6591..826a1684a4 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 b7b4983821..5c4eb984db 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 ef46c3d409..034bc391a6 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 04617a695f..7e7bde4db3 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 2692679dda..05869c514e 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 3dea96cbdf..a0d1284a85 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 ad09fe49ee..7e87c9fcc0 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 7ab3d19378..086eb8e34d 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 5ad09e39c4..34141edbe7 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 94eb7472e5..21fa67bc82 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 01a0a4b1fd..032ce9def2 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 6901b28dfd..f6be04cc19 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 245d90f357..9b4b564900 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 4626db7f4e..f07e143aa0 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 0543cdd111..9af6abf7b8 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 05dfdf5484..2e6efff769 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 85809a2e6b..5520abe050 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 c302b3f886..7fab9c3949 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 53b3349185..8414ee2348 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 3901f12c27..1a467861b3 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 33ae8f3ba5..8837b8f812 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 2f9f20841f..9c18df970b 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 2bcca10402..c3d95e5a62 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 11fc65b8bc..ecc136055e 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 983e8bcc79..346b8de621 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 35342c3872..57497f5d78 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 bba5892ece..35ebeb1760 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 065df5bf8f..90ee76cb98 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 853125a698..446c6d14cb 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 878cb354b2..e92c417323 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 c7be79fc85..7a10d3679e 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 b8164f8565..1ae06bde70 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 a3cbff329a..0e2c5c86f3 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 935cdaab9d..75644c31ab 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 ffe965b796..d5e2984ba0 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 437c1427b6..e8b3b962d3 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 49dd9602dd..3045167346 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 cfcbd23a9b..b9b2b98549 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 b6593590d7..617390b6a4 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 f8f02e07fc..076d0b9bc3 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 55bc04fd88..0f1c57e85b 100644
--- a/doc/classes/SpatialMaterial.xml
+++ b/doc/classes/SpatialMaterial.xml
@@ -695,175 +695,175 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+