diff --git a/doc/classes/EditorInspector.xml b/doc/classes/EditorInspector.xml index d1ea1fabb..843e289a7 100644 --- a/doc/classes/EditorInspector.xml +++ b/doc/classes/EditorInspector.xml @@ -13,6 +13,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -20,6 +71,72 @@ [b]Note:[/b] To save on CPU resources, calling this method will do nothing if the time specified in [code]docks/property_editor/auto_refresh_interval[/code] editor setting hasn't passed yet since this method was last called. (By default, this interval is set to 0.3 seconds.) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/doc/classes/EditorSettings.xml b/doc/classes/EditorSettings.xml index 26b0d0f25..08830ec3d 100644 --- a/doc/classes/EditorSettings.xml +++ b/doc/classes/EditorSettings.xml @@ -400,9 +400,6 @@ - [b]Cancel First[/b] forces the ordering Cancel/OK. - [b]OK First[/b] forces the ordering OK/Cancel. - - If [code]true[/code] the names of the main screen plugins will be hidden (when they have an icon). - If [code]true[/code], automatically opens screenshots with the default program associated to [code].png[/code] files after a screenshot is taken using the [b]Editor > Take Screenshot[/b] action. @@ -438,6 +435,9 @@ - [b]Normal:[/b] Use hinting on both X and Y axes. This results in a sharp font, but it doesn't look very smooth. If set to [b]Auto[/b], the font hinting mode will be set to match the current operating system in use. This means the [b]Light[/b] hinting mode will be used on Windows and Linux, and the [b]None[/b] hinting mode will be used on macOS. + + If [code]true[/code] the names of the main screen plugins will be hidden (when they have an icon). + The amount of sleeping between frames when the low-processor usage mode is enabled (in microseconds). Higher values will result in lower CPU/GPU usage, which can improve battery life on laptops. However, higher values will result in a less responsive editor. The default value is set to allow for maximum smoothness on monitors up to 144 Hz. See also [member interface/editor/unfocused_low_processor_mode_sleep_usec]. diff --git a/doc/classes/FileSystemDock.xml b/doc/classes/FileSystemDock.xml index 9bc0ba092..4aa6e8b58 100644 --- a/doc/classes/FileSystemDock.xml +++ b/doc/classes/FileSystemDock.xml @@ -23,6 +23,11 @@ + + + + + diff --git a/modules/jsonrpc/doc_classes/JSONRPC.xml b/modules/jsonrpc/doc_classes/JSONRPC.xml index bcf92b9d2..6ebe6235c 100644 --- a/modules/jsonrpc/doc_classes/JSONRPC.xml +++ b/modules/jsonrpc/doc_classes/JSONRPC.xml @@ -1,6 +1,6 @@ - + A helper to handle dictionaries which look like JSONRPC documents. diff --git a/modules/props/doc_classes/PropDataCollisionObject.xml b/modules/props/doc_classes/PropDataCollisionObject.xml new file mode 100644 index 000000000..2a165c5eb --- /dev/null +++ b/modules/props/doc_classes/PropDataCollisionObject.xml @@ -0,0 +1,60 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/modules/props/doc_classes/PropDataStaticBody.xml b/modules/props/doc_classes/PropDataStaticBody.xml new file mode 100644 index 000000000..dcf624973 --- /dev/null +++ b/modules/props/doc_classes/PropDataStaticBody.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + +