classref: Sync with current master branch (c2202d3)

This commit is contained in:
Godot Organization
2025-08-02 03:40:41 +00:00
parent 04b0451405
commit 720c8ef830
28 changed files with 390 additions and 24 deletions

View File

@@ -416,6 +416,8 @@ Properties
+---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`permissions/write_user_dictionary<class_EditorExportPlatformAndroid_property_permissions/write_user_dictionary>` |
+---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`Color<class_Color>` | :ref:`screen/background_color<class_EditorExportPlatformAndroid_property_screen/background_color>` |
+---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`screen/edge_to_edge<class_EditorExportPlatformAndroid_property_screen/edge_to_edge>` |
+---------------------------------------------------+--------------------------------------------------------------------------------------------------------------------------------------------------+
| :ref:`bool<class_bool>` | :ref:`screen/immersive_mode<class_EditorExportPlatformAndroid_property_screen/immersive_mode>` |
@@ -2790,6 +2792,18 @@ Allows an application to write to the user dictionary.
----
.. _class_EditorExportPlatformAndroid_property_screen/background_color:
.. rst-class:: classref-property
:ref:`Color<class_Color>` **screen/background_color** :ref:`🔗<class_EditorExportPlatformAndroid_property_screen/background_color>`
The background color used for the root window. Default is ``black``.
.. rst-class:: classref-item-separator
----
.. _class_EditorExportPlatformAndroid_property_screen/edge_to_edge:
.. rst-class:: classref-property