Docs: Add cross-links to antialiasing project settings
This commit is contained in:
@@ -3899,7 +3899,7 @@
|
||||
<param index="0" name="viewport" type="RID" />
|
||||
<param index="1" name="msaa" type="int" enum="RenderingServer.ViewportMSAA" />
|
||||
<description>
|
||||
Sets the multisample anti-aliasing mode for 2D/Canvas on the specified [param viewport] RID. See [enum ViewportMSAA] for options.
|
||||
Sets the multisample antialiasing mode for 2D/Canvas on the specified [param viewport] RID. See [enum ViewportMSAA] for options. Equivalent to [member ProjectSettings.rendering/anti_aliasing/quality/msaa_2d] or [member Viewport.msaa_2d].
|
||||
</description>
|
||||
</method>
|
||||
<method name="viewport_set_msaa_3d">
|
||||
@@ -3907,7 +3907,7 @@
|
||||
<param index="0" name="viewport" type="RID" />
|
||||
<param index="1" name="msaa" type="int" enum="RenderingServer.ViewportMSAA" />
|
||||
<description>
|
||||
Sets the multisample anti-aliasing mode for 3D on the specified [param viewport] RID. See [enum ViewportMSAA] for options.
|
||||
Sets the multisample antialiasing mode for 3D on the specified [param viewport] RID. See [enum ViewportMSAA] for options. Equivalent to [member ProjectSettings.rendering/anti_aliasing/quality/msaa_3d] or [member Viewport.msaa_3d].
|
||||
</description>
|
||||
</method>
|
||||
<method name="viewport_set_occlusion_culling_build_quality">
|
||||
@@ -3989,7 +3989,7 @@
|
||||
<param index="0" name="viewport" type="RID" />
|
||||
<param index="1" name="mode" type="int" enum="RenderingServer.ViewportScreenSpaceAA" />
|
||||
<description>
|
||||
Sets the viewport's screen-space antialiasing mode.
|
||||
Sets the viewport's screen-space antialiasing mode. Equivalent to [member ProjectSettings.rendering/anti_aliasing/quality/screen_space_aa] or [member Viewport.screen_space_aa].
|
||||
</description>
|
||||
</method>
|
||||
<method name="viewport_set_sdf_oversize_and_scale">
|
||||
@@ -4056,7 +4056,7 @@
|
||||
<param index="0" name="viewport" type="RID" />
|
||||
<param index="1" name="enable" type="bool" />
|
||||
<description>
|
||||
If [code]true[/code], enables debanding on the specified viewport. Equivalent to [member ProjectSettings.rendering/anti_aliasing/quality/use_debanding].
|
||||
If [code]true[/code], enables debanding on the specified viewport. Equivalent to [member ProjectSettings.rendering/anti_aliasing/quality/use_debanding] or [member Viewport.use_debanding].
|
||||
</description>
|
||||
</method>
|
||||
<method name="viewport_set_use_hdr_2d">
|
||||
@@ -4081,7 +4081,7 @@
|
||||
<param index="0" name="viewport" type="RID" />
|
||||
<param index="1" name="enable" type="bool" />
|
||||
<description>
|
||||
If [code]true[/code], use Temporal Anti-Aliasing. Equivalent to [member ProjectSettings.rendering/anti_aliasing/quality/use_taa].
|
||||
If [code]true[/code], use temporal antialiasing. Equivalent to [member ProjectSettings.rendering/anti_aliasing/quality/use_taa] or [member Viewport.use_taa].
|
||||
</description>
|
||||
</method>
|
||||
<method name="viewport_set_use_xr">
|
||||
|
||||
Reference in New Issue
Block a user