diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index bf2ce321ac1..03eb733e545 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 00000000000..d06b44afa93 --- /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 00000000000..e80194858a2 --- /dev/null +++ b/doc/classes/Lightmapper.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 92f116c7ec2..055af18e255 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.