From 3a5929abf315d662115efc18b853914a4e1830c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 25 Mar 2021 12:19:51 +0100 Subject: doc: Sync classref with current source --- doc/classes/BoxContainer.xml | 2 +- doc/classes/CheckBox.xml | 8 ++++++++ doc/classes/ConfigFile.xml | 6 ++++++ doc/classes/EditorSceneImporter.xml | 16 +++------------- doc/classes/EditorSceneImporterMesh.xml | 16 ++++++++++++++++ doc/classes/EditorScenePostImport.xml | 7 ------- doc/classes/PhysicsServer3D.xml | 13 ++++++++++++- doc/classes/SoftBody3D.xml | 14 ++++++++++---- doc/classes/SurfaceTool.xml | 6 ++++++ doc/classes/TreeItem.xml | 6 ++++++ modules/gltf/doc_classes/GLTFTexture.xml | 2 +- 11 files changed, 69 insertions(+), 27 deletions(-) diff --git a/doc/classes/BoxContainer.xml b/doc/classes/BoxContainer.xml index 0d8233e6ff..ffa7c9066a 100644 --- a/doc/classes/BoxContainer.xml +++ b/doc/classes/BoxContainer.xml @@ -10,7 +10,7 @@ - + diff --git a/doc/classes/CheckBox.xml b/doc/classes/CheckBox.xml index 80febfbfe7..05e412e9da 100644 --- a/doc/classes/CheckBox.xml +++ b/doc/classes/CheckBox.xml @@ -24,6 +24,8 @@ The check icon to display when the [CheckBox] is checked. + + The [StyleBox] to display as a background when the [CheckBox] is disabled. @@ -75,11 +77,17 @@ If the [CheckBox] is configured as a radio button, the icon to display when the [CheckBox] is checked. + + If the [CheckBox] is configured as a radio button, the icon to display when the [CheckBox] is unchecked. + + The check icon to display when the [CheckBox] is unchecked. + + diff --git a/doc/classes/ConfigFile.xml b/doc/classes/ConfigFile.xml index 2cac424f2e..38948a2d6e 100644 --- a/doc/classes/ConfigFile.xml +++ b/doc/classes/ConfigFile.xml @@ -49,6 +49,12 @@ + + + + + + diff --git a/doc/classes/EditorSceneImporter.xml b/doc/classes/EditorSceneImporter.xml index db85b859e5..aa55a1653d 100644 --- a/doc/classes/EditorSceneImporter.xml +++ b/doc/classes/EditorSceneImporter.xml @@ -74,21 +74,11 @@ - + - + - - - - - - - - - - - + diff --git a/doc/classes/EditorSceneImporterMesh.xml b/doc/classes/EditorSceneImporterMesh.xml index 58b7104667..9daa3f16bc 100644 --- a/doc/classes/EditorSceneImporterMesh.xml +++ b/doc/classes/EditorSceneImporterMesh.xml @@ -60,9 +60,17 @@ + + + + + + + + @@ -150,6 +158,14 @@ + + + + + + + + diff --git a/doc/classes/EditorScenePostImport.xml b/doc/classes/EditorScenePostImport.xml index 5cddecffa8..d1cdc4e43e 100644 --- a/doc/classes/EditorScenePostImport.xml +++ b/doc/classes/EditorScenePostImport.xml @@ -62,13 +62,6 @@ Returns the source file path which got imported (e.g. [code]res://scene.dae[/code]). - - - - - Returns the resource folder the imported scene file is located in. - - diff --git a/doc/classes/PhysicsServer3D.xml b/doc/classes/PhysicsServer3D.xml index 9a7926e937..c61347ba0b 100644 --- a/doc/classes/PhysicsServer3D.xml +++ b/doc/classes/PhysicsServer3D.xml @@ -1241,6 +1241,14 @@ Gets a slider_joint parameter (see [enum SliderJointParam] constants). + + + + + + + + @@ -1543,7 +1551,10 @@ The [Shape3D] is a [HeightMapShape3D]. - + + The [Shape3D] is a [SoftBody3D]. + + This constant is used internally by the engine. Any attempt to create this kind of shape results in an error. diff --git a/doc/classes/SoftBody3D.xml b/doc/classes/SoftBody3D.xml index 29f8ecd432..7999ad774d 100644 --- a/doc/classes/SoftBody3D.xml +++ b/doc/classes/SoftBody3D.xml @@ -44,6 +44,12 @@ Returns an individual bit on the collision mask. + + + + + + @@ -85,11 +91,11 @@ The physics layers this SoftBody3D scans for collisions. See [url=https://docs.godotengine.org/en/latest/tutorials/physics/physics_introduction.html#collision-layers-and-masks]Collision layers and masks[/url] in the documentation for more information. - + - + [NodePath] to a [CollisionObject3D] this SoftBody3D should avoid clipping. @@ -99,10 +105,10 @@ If [code]true[/code], the [SoftBody3D] will respond to [RayCast3D]s. - + Increasing this value will improve the resulting simulation, but can affect performance. Use with care. - + The SoftBody3D's mass. diff --git a/doc/classes/SurfaceTool.xml b/doc/classes/SurfaceTool.xml index f5d83c0c46..1195e4aa2b 100644 --- a/doc/classes/SurfaceTool.xml +++ b/doc/classes/SurfaceTool.xml @@ -189,6 +189,12 @@ + + + + + + diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index fd157e5eb9..add23c2ce6 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -741,6 +741,12 @@ Sets the given column's tooltip text. + + + + + + diff --git a/modules/gltf/doc_classes/GLTFTexture.xml b/modules/gltf/doc_classes/GLTFTexture.xml index ece5cf3fe3..33bd8fddeb 100644 --- a/modules/gltf/doc_classes/GLTFTexture.xml +++ b/modules/gltf/doc_classes/GLTFTexture.xml @@ -9,7 +9,7 @@ - + -- cgit v1.2.3