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

@@ -67,8 +67,8 @@ Property Descriptions
.. rst-class:: classref-property-setget
- void **set_diffuse_factor** **(** :ref:`Color<class_Color>` value **)**
- :ref:`Color<class_Color>` **get_diffuse_factor** **(** **)**
- |void| **set_diffuse_factor**\ (\ value\: :ref:`Color<class_Color>`\ )
- :ref:`Color<class_Color>` **get_diffuse_factor**\ (\ )
The reflected diffuse factor of the material.
@@ -84,8 +84,8 @@ The reflected diffuse factor of the material.
.. rst-class:: classref-property-setget
- void **set_diffuse_img** **(** :ref:`Image<class_Image>` value **)**
- :ref:`Image<class_Image>` **get_diffuse_img** **(** **)**
- |void| **set_diffuse_img**\ (\ value\: :ref:`Image<class_Image>`\ )
- :ref:`Image<class_Image>` **get_diffuse_img**\ (\ )
The diffuse texture.
@@ -101,8 +101,8 @@ The diffuse texture.
.. rst-class:: classref-property-setget
- void **set_gloss_factor** **(** :ref:`float<class_float>` value **)**
- :ref:`float<class_float>` **get_gloss_factor** **(** **)**
- |void| **set_gloss_factor**\ (\ value\: :ref:`float<class_float>`\ )
- :ref:`float<class_float>` **get_gloss_factor**\ (\ )
The glossiness or smoothness of the material.
@@ -118,8 +118,8 @@ The glossiness or smoothness of the material.
.. rst-class:: classref-property-setget
- void **set_spec_gloss_img** **(** :ref:`Image<class_Image>` value **)**
- :ref:`Image<class_Image>` **get_spec_gloss_img** **(** **)**
- |void| **set_spec_gloss_img**\ (\ value\: :ref:`Image<class_Image>`\ )
- :ref:`Image<class_Image>` **get_spec_gloss_img**\ (\ )
The specular-glossiness texture.
@@ -135,8 +135,8 @@ The specular-glossiness texture.
.. rst-class:: classref-property-setget
- void **set_specular_factor** **(** :ref:`Color<class_Color>` value **)**
- :ref:`Color<class_Color>` **get_specular_factor** **(** **)**
- |void| **set_specular_factor**\ (\ value\: :ref:`Color<class_Color>`\ )
- :ref:`Color<class_Color>` **get_specular_factor**\ (\ )
The specular RGB color of the material. The alpha channel is unused.
@@ -147,3 +147,4 @@ The specular RGB color of the material. The alpha channel is unused.
.. |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.)`