mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
Overhaul the top sections of the class reference (GUI classes)
(cherry picked from commit 151a4ba6a5)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="DisplayServer" inherits="Object" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
||||
<brief_description>
|
||||
Singleton for window management functions.
|
||||
A server interface for low-level window management.
|
||||
</brief_description>
|
||||
<description>
|
||||
[DisplayServer] handles everything related to window management. This is separated from [OS] as a single operating system may support multiple display servers.
|
||||
[DisplayServer] handles everything related to window management. It is separated from [OS] as a single operating system may support multiple display servers.
|
||||
[b]Headless mode:[/b] Starting the engine with the [code]--headless[/code] [url=$DOCS_URL/tutorials/editor/command_line_tutorial.html]command line argument[/url] disables all rendering and window management functions. Most functions from [DisplayServer] will return dummy values in this case.
|
||||
</description>
|
||||
<tutorials>
|
||||
|
||||
Reference in New Issue
Block a user