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
+21 -20
View File
@@ -63,8 +63,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_cast_shadows_setting** **(** :ref:`ShadowCastingSetting<enum_GeometryInstance3D_ShadowCastingSetting>` value **)**
- :ref:`ShadowCastingSetting<enum_GeometryInstance3D_ShadowCastingSetting>` **get_cast_shadows_setting** **(** **)**
- |void| **set_cast_shadows_setting**\ (\ value\: :ref:`ShadowCastingSetting<enum_GeometryInstance3D_ShadowCastingSetting>`\ )
- :ref:`ShadowCastingSetting<enum_GeometryInstance3D_ShadowCastingSetting>` **get_cast_shadows_setting**\ (\ )
.. container:: contribute
@@ -82,8 +82,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_layer_mask** **(** :ref:`int<class_int>` value **)**
- :ref:`int<class_int>` **get_layer_mask** **(** **)**
- |void| **set_layer_mask**\ (\ value\: :ref:`int<class_int>`\ )
- :ref:`int<class_int>` **get_layer_mask**\ (\ )
.. container:: contribute
@@ -101,8 +101,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_mesh** **(** :ref:`ImporterMesh<class_ImporterMesh>` value **)**
- :ref:`ImporterMesh<class_ImporterMesh>` **get_mesh** **(** **)**
- |void| **set_mesh**\ (\ value\: :ref:`ImporterMesh<class_ImporterMesh>`\ )
- :ref:`ImporterMesh<class_ImporterMesh>` **get_mesh**\ (\ )
.. container:: contribute
@@ -120,8 +120,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_skeleton_path** **(** :ref:`NodePath<class_NodePath>` value **)**
- :ref:`NodePath<class_NodePath>` **get_skeleton_path** **(** **)**
- |void| **set_skeleton_path**\ (\ value\: :ref:`NodePath<class_NodePath>`\ )
- :ref:`NodePath<class_NodePath>` **get_skeleton_path**\ (\ )
.. container:: contribute
@@ -139,8 +139,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_skin** **(** :ref:`Skin<class_Skin>` value **)**
- :ref:`Skin<class_Skin>` **get_skin** **(** **)**
- |void| **set_skin**\ (\ value\: :ref:`Skin<class_Skin>`\ )
- :ref:`Skin<class_Skin>` **get_skin**\ (\ )
.. container:: contribute
@@ -158,8 +158,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_visibility_range_begin** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_visibility_range_begin** **(** **)**
- |void| **set_visibility_range_begin**\ (\ value\: :ref:`float<class_float>`\ )
- :ref:`float<class_float>` **get_visibility_range_begin**\ (\ )
.. container:: contribute
@@ -177,8 +177,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_visibility_range_begin_margin** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_visibility_range_begin_margin** **(** **)**
- |void| **set_visibility_range_begin_margin**\ (\ value\: :ref:`float<class_float>`\ )
- :ref:`float<class_float>` **get_visibility_range_begin_margin**\ (\ )
.. container:: contribute
@@ -196,8 +196,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_visibility_range_end** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_visibility_range_end** **(** **)**
- |void| **set_visibility_range_end**\ (\ value\: :ref:`float<class_float>`\ )
- :ref:`float<class_float>` **get_visibility_range_end**\ (\ )
.. container:: contribute
@@ -215,8 +215,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_visibility_range_end_margin** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_visibility_range_end_margin** **(** **)**
- |void| **set_visibility_range_end_margin**\ (\ value\: :ref:`float<class_float>`\ )
- :ref:`float<class_float>` **get_visibility_range_end_margin**\ (\ )
.. container:: contribute
@@ -234,8 +234,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_visibility_range_fade_mode** **(** :ref:`VisibilityRangeFadeMode<enum_GeometryInstance3D_VisibilityRangeFadeMode>` value **)**
- :ref:`VisibilityRangeFadeMode<enum_GeometryInstance3D_VisibilityRangeFadeMode>` **get_visibility_range_fade_mode** **(** **)**
- |void| **set_visibility_range_fade_mode**\ (\ value\: :ref:`VisibilityRangeFadeMode<enum_GeometryInstance3D_VisibilityRangeFadeMode>`\ )
- :ref:`VisibilityRangeFadeMode<enum_GeometryInstance3D_VisibilityRangeFadeMode>` **get_visibility_range_fade_mode**\ (\ )
.. container:: contribute
@@ -248,3 +248,4 @@ Property Descriptions
.. |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.)`