Update many Deprecated/Experimental descriptions for consistency

This commit is contained in:
Micky
2024-02-17 01:06:33 +01:00
parent 0a89888cba
commit f9a758772a
24 changed files with 63 additions and 51 deletions

View File

@@ -99,19 +99,19 @@
<method name="is_initialized" qualifiers="const">
<return type="bool" />
<description>
Is [code]true[/code] if this interface has been initialized.
Returns [code]true[/code] if this interface has been initialized.
</description>
</method>
<method name="is_passthrough_enabled" deprecated="Check if [member environment_blend_mode] is [constant XRInterface.XR_ENV_BLEND_MODE_ALPHA_BLEND], instead.">
<return type="bool" />
<description>
Is [code]true[/code] if passthrough is enabled.
Returns [code]true[/code] if passthrough is enabled.
</description>
</method>
<method name="is_passthrough_supported" deprecated="Check that [constant XRInterface.XR_ENV_BLEND_MODE_ALPHA_BLEND] is supported using [method get_supported_environment_blend_modes], instead.">
<return type="bool" />
<description>
Is [code]true[/code] if this interface supports passthrough.
Returns [code]true[/code] if this interface supports passthrough.
</description>
</method>
<method name="set_environment_blend_mode">