mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-05 22:09:56 +03:00
classref: Sync with current master branch (2e7fc81)
This commit is contained in:
@@ -66,8 +66,8 @@ Property Descriptions
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_fsr_sharpness** **(** :ref:`float<class_float>` value **)**
|
||||
- :ref:`float<class_float>` **get_fsr_sharpness** **(** **)**
|
||||
- |void| **set_fsr_sharpness**\ (\ value\: :ref:`float<class_float>`\ )
|
||||
- :ref:`float<class_float>` **get_fsr_sharpness**\ (\ )
|
||||
|
||||
FSR Sharpness applicable if FSR upscaling is used.
|
||||
|
||||
@@ -83,8 +83,8 @@ FSR Sharpness applicable if FSR upscaling is used.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_internal_size** **(** :ref:`Vector2i<class_Vector2i>` value **)**
|
||||
- :ref:`Vector2i<class_Vector2i>` **get_internal_size** **(** **)**
|
||||
- |void| **set_internal_size**\ (\ value\: :ref:`Vector2i<class_Vector2i>`\ )
|
||||
- :ref:`Vector2i<class_Vector2i>` **get_internal_size**\ (\ )
|
||||
|
||||
The size of the 3D render buffer used for rendering.
|
||||
|
||||
@@ -100,8 +100,8 @@ The size of the 3D render buffer used for rendering.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_msaa_3d** **(** :ref:`ViewportMSAA<enum_RenderingServer_ViewportMSAA>` value **)**
|
||||
- :ref:`ViewportMSAA<enum_RenderingServer_ViewportMSAA>` **get_msaa_3d** **(** **)**
|
||||
- |void| **set_msaa_3d**\ (\ value\: :ref:`ViewportMSAA<enum_RenderingServer_ViewportMSAA>`\ )
|
||||
- :ref:`ViewportMSAA<enum_RenderingServer_ViewportMSAA>` **get_msaa_3d**\ (\ )
|
||||
|
||||
The MSAA mode we're using for 3D rendering.
|
||||
|
||||
@@ -117,8 +117,8 @@ The MSAA mode we're using for 3D rendering.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_render_target** **(** :ref:`RID<class_RID>` value **)**
|
||||
- :ref:`RID<class_RID>` **get_render_target** **(** **)**
|
||||
- |void| **set_render_target**\ (\ value\: :ref:`RID<class_RID>`\ )
|
||||
- :ref:`RID<class_RID>` **get_render_target**\ (\ )
|
||||
|
||||
The render target associated with these buffer.
|
||||
|
||||
@@ -134,8 +134,8 @@ The render target associated with these buffer.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_scaling_3d_mode** **(** :ref:`ViewportScaling3DMode<enum_RenderingServer_ViewportScaling3DMode>` value **)**
|
||||
- :ref:`ViewportScaling3DMode<enum_RenderingServer_ViewportScaling3DMode>` **get_scaling_3d_mode** **(** **)**
|
||||
- |void| **set_scaling_3d_mode**\ (\ value\: :ref:`ViewportScaling3DMode<enum_RenderingServer_ViewportScaling3DMode>`\ )
|
||||
- :ref:`ViewportScaling3DMode<enum_RenderingServer_ViewportScaling3DMode>` **get_scaling_3d_mode**\ (\ )
|
||||
|
||||
The requested scaling mode with which we upscale/downscale if :ref:`internal_size<class_RenderSceneBuffersConfiguration_property_internal_size>` and :ref:`target_size<class_RenderSceneBuffersConfiguration_property_target_size>` are not equal.
|
||||
|
||||
@@ -151,8 +151,8 @@ The requested scaling mode with which we upscale/downscale if :ref:`internal_siz
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_screen_space_aa** **(** :ref:`ViewportScreenSpaceAA<enum_RenderingServer_ViewportScreenSpaceAA>` value **)**
|
||||
- :ref:`ViewportScreenSpaceAA<enum_RenderingServer_ViewportScreenSpaceAA>` **get_screen_space_aa** **(** **)**
|
||||
- |void| **set_screen_space_aa**\ (\ value\: :ref:`ViewportScreenSpaceAA<enum_RenderingServer_ViewportScreenSpaceAA>`\ )
|
||||
- :ref:`ViewportScreenSpaceAA<enum_RenderingServer_ViewportScreenSpaceAA>` **get_screen_space_aa**\ (\ )
|
||||
|
||||
The requested screen space AA applied in post processing.
|
||||
|
||||
@@ -168,8 +168,8 @@ The requested screen space AA applied in post processing.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_target_size** **(** :ref:`Vector2i<class_Vector2i>` value **)**
|
||||
- :ref:`Vector2i<class_Vector2i>` **get_target_size** **(** **)**
|
||||
- |void| **set_target_size**\ (\ value\: :ref:`Vector2i<class_Vector2i>`\ )
|
||||
- :ref:`Vector2i<class_Vector2i>` **get_target_size**\ (\ )
|
||||
|
||||
The target (upscale) size if scaling is used.
|
||||
|
||||
@@ -185,8 +185,8 @@ The target (upscale) size if scaling is used.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_texture_mipmap_bias** **(** :ref:`float<class_float>` value **)**
|
||||
- :ref:`float<class_float>` **get_texture_mipmap_bias** **(** **)**
|
||||
- |void| **set_texture_mipmap_bias**\ (\ value\: :ref:`float<class_float>`\ )
|
||||
- :ref:`float<class_float>` **get_texture_mipmap_bias**\ (\ )
|
||||
|
||||
Bias applied to mipmaps.
|
||||
|
||||
@@ -202,8 +202,8 @@ Bias applied to mipmaps.
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_view_count** **(** :ref:`int<class_int>` value **)**
|
||||
- :ref:`int<class_int>` **get_view_count** **(** **)**
|
||||
- |void| **set_view_count**\ (\ value\: :ref:`int<class_int>`\ )
|
||||
- :ref:`int<class_int>` **get_view_count**\ (\ )
|
||||
|
||||
The number of views we're rendering.
|
||||
|
||||
@@ -214,3 +214,4 @@ The number of views we're rendering.
|
||||
.. |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.)`
|
||||
|
||||
Reference in New Issue
Block a user