classref: Sync with current master branch (2e7fc81)

This commit is contained in:
Godot Organization
2024-02-24 03:20:02 +00:00
parent 4f21f44632
commit 8978497bb6
938 changed files with 42729 additions and 36889 deletions

View File

@@ -58,11 +58,11 @@ Methods
.. table::
:widths: auto
+------+------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`make_convex_from_siblings<class_CollisionShape3D_method_make_convex_from_siblings>` **(** **)** |
+------+------------------------------------------------------------------------------------------------------------------------------+
| void | :ref:`resource_changed<class_CollisionShape3D_method_resource_changed>` **(** :ref:`Resource<class_Resource>` resource **)** |
+------+------------------------------------------------------------------------------------------------------------------------------+
+--------+---------------------------------------------------------------------------------------------------------------------------+
| |void| | :ref:`make_convex_from_siblings<class_CollisionShape3D_method_make_convex_from_siblings>`\ (\ ) |
+--------+---------------------------------------------------------------------------------------------------------------------------+
| |void| | :ref:`resource_changed<class_CollisionShape3D_method_resource_changed>`\ (\ resource\: :ref:`Resource<class_Resource>`\ ) |
+--------+---------------------------------------------------------------------------------------------------------------------------+
.. rst-class:: classref-section-separator
@@ -81,8 +81,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_disabled** **(** :ref:`bool<class_bool>` value **)**
- :ref:`bool<class_bool>` **is_disabled** **(** **)**
- |void| **set_disabled**\ (\ value\: :ref:`bool<class_bool>`\ )
- :ref:`bool<class_bool>` **is_disabled**\ (\ )
A disabled collision shape has no effect in the world.
@@ -98,8 +98,8 @@ A disabled collision shape has no effect in the world.
.. rst-class:: classref-property-setget
- void **set_shape** **(** :ref:`Shape3D<class_Shape3D>` value **)**
- :ref:`Shape3D<class_Shape3D>` **get_shape** **(** **)**
- |void| **set_shape**\ (\ value\: :ref:`Shape3D<class_Shape3D>`\ )
- :ref:`Shape3D<class_Shape3D>` **get_shape**\ (\ )
The actual shape owned by this collision shape.
@@ -116,7 +116,7 @@ Method Descriptions
.. rst-class:: classref-method
void **make_convex_from_siblings** **(** **)**
|void| **make_convex_from_siblings**\ (\ )
Sets the collision shape's shape to the addition of all its convexed :ref:`MeshInstance3D<class_MeshInstance3D>` siblings geometry.
@@ -128,7 +128,7 @@ Sets the collision shape's shape to the addition of all its convexed :ref:`MeshI
.. rst-class:: classref-method
void **resource_changed** **(** :ref:`Resource<class_Resource>` resource **)**
|void| **resource_changed**\ (\ resource\: :ref:`Resource<class_Resource>`\ )
**Deprecated:** Use :ref:`Resource.changed<class_Resource_signal_changed>` instead.
@@ -141,3 +141,4 @@ This method does nothing.
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
.. |void| replace:: :abbr:`void (No return value.)`