From 2800c8f43dd8488e633a06b208ab114785ede902 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 15 May 2020 18:24:38 +0200 Subject: doc: Sync classref with current source --- doc/classes/@GlobalScope.xml | 4 ++-- doc/classes/ImageTextureLayered.xml | 31 +++++++++++++++++++++++++++++++ doc/classes/Lightmapper.xml | 13 +++++++++++++ doc/classes/ProjectSettings.xml | 24 ------------------------ 4 files changed, 46 insertions(+), 26 deletions(-) create mode 100644 doc/classes/ImageTextureLayered.xml create mode 100644 doc/classes/Lightmapper.xml diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index bf2ce321ac..03eb733e54 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -1063,10 +1063,10 @@ Xbox game controller right bumper button maps to SDL right shoulder button. - + The maximum number of game controller buttons. - + An invalid game controller axis. diff --git a/doc/classes/ImageTextureLayered.xml b/doc/classes/ImageTextureLayered.xml new file mode 100644 index 0000000000..d06b44afa9 --- /dev/null +++ b/doc/classes/ImageTextureLayered.xml @@ -0,0 +1,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/Lightmapper.xml b/doc/classes/Lightmapper.xml new file mode 100644 index 0000000000..e80194858a --- /dev/null +++ b/doc/classes/Lightmapper.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 92f116c7ec..055af18e25 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -844,30 +844,6 @@ Maximum size (in kiB) for the [WebRTCDataChannel] input buffer. - - Maximum size (in kiB) for the [WebSocketClient] input buffer. - - - Maximum number of concurrent input packets for [WebSocketClient]. - - - Maximum size (in kiB) for the [WebSocketClient] output buffer. - - - Maximum number of concurrent output packets for [WebSocketClient]. - - - Maximum size (in kiB) for the [WebSocketServer] input buffer. - - - Maximum number of concurrent input packets for [WebSocketServer]. - - - Maximum size (in kiB) for the [WebSocketServer] output buffer. - - - Maximum number of concurrent output packets for [WebSocketServer]. - Amount of read ahead used by remote filesystem. Higher values decrease the effects of latency at the cost of higher bandwidth usage. -- cgit v1.2.3