classref: Sync with current master branch (029aade)

This commit is contained in:
Godot Organization
2024-04-13 03:17:16 +00:00
parent 774c3cd245
commit 4779a1dbdf
208 changed files with 1532 additions and 1218 deletions

View File

@@ -16,6 +16,22 @@ EditorExportPlatformPC
Base class for the desktop platform exporter (Windows and Linux/BSD).
.. rst-class:: classref-introduction-group
Description
-----------
The base class for the desktop platform exporters. These include Windows and Linux/BSD, but not macOS. See the classes inheriting this one for more details.
.. rst-class:: classref-introduction-group
Tutorials
---------
- :doc:`Exporting for Windows <../tutorials/export/exporting_for_windows>`
- :doc:`Exporting for Linux <../tutorials/export/exporting_for_linux>`
.. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
.. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
.. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`