diff --git a/doc/classes/EditorTranslationParserPlugin.xml b/doc/classes/EditorTranslationParserPlugin.xml index c7d796ec30d..73098efd99e 100644 --- a/doc/classes/EditorTranslationParserPlugin.xml +++ b/doc/classes/EditorTranslationParserPlugin.xml @@ -19,7 +19,7 @@ func get_recognized_extensions(): return ["csv"] - [/codeblock] + [/codeblock] diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index 799c4d2e755..6a7a6b84f60 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -256,6 +256,9 @@ Output latency in milliseconds for audio. Lower values will result in lower audio latency at the cost of increased CPU usage. Low values may result in audible cracking on slower hardware. + + Safer override for [member audio/output_latency] in the Web platform, to avoid audio issues especially on mobile devices. + Setting to hardcode audio delay when playing video. Best to leave this untouched unless you know what you are doing. diff --git a/doc/classes/RayCast2D.xml b/doc/classes/RayCast2D.xml index 51f3f0334d5..4a594d3e1a4 100644 --- a/doc/classes/RayCast2D.xml +++ b/doc/classes/RayCast2D.xml @@ -135,7 +135,7 @@ The ray's collision mask. Only objects in at least one collision layer enabled in the mask will be detected. - + If [code]true[/code], collisions will be reported. diff --git a/doc/classes/RayCast3D.xml b/doc/classes/RayCast3D.xml index 08c6d6f40cf..3512da9d77b 100644 --- a/doc/classes/RayCast3D.xml +++ b/doc/classes/RayCast3D.xml @@ -138,7 +138,7 @@ The ray's collision mask. Only objects in at least one collision layer enabled in the mask will be detected. - + If [code]true[/code], collisions will be reported. diff --git a/doc/classes/Window.xml b/doc/classes/Window.xml index e1a0f1f22a4..c1a991fca11 100644 --- a/doc/classes/Window.xml +++ b/doc/classes/Window.xml @@ -377,9 +377,9 @@ - + - + diff --git a/modules/gridmap/doc_classes/GridMap.xml b/modules/gridmap/doc_classes/GridMap.xml index a213069e198..79220da7c2c 100644 --- a/modules/gridmap/doc_classes/GridMap.xml +++ b/modules/gridmap/doc_classes/GridMap.xml @@ -43,27 +43,19 @@ - - - - - + - The [MeshLibrary] item index located at the grid-based X, Y and Z coordinates. If the cell is empty, [constant INVALID_CELL_ITEM] will be returned. + The [MeshLibrary] item index located at the given grid coordinates. If the cell is empty, [constant INVALID_CELL_ITEM] will be returned. - - - - - + - The orientation of the cell at the grid-based X, Y and Z coordinates. -1 is returned if the cell is empty. + The orientation of the cell at the given grid coordinates. [code]-1[/code] is returned if the cell is empty. @@ -111,11 +103,7 @@ - - - - - + Returns the position of a grid cell in the GridMap's local coordinate space. @@ -132,18 +120,14 @@ - + - + - - - - - + - Sets the mesh index for the cell referenced by its grid-based X, Y and Z coordinates. + Sets the mesh index for the cell referenced by its grid coordinates. A negative item index such as [constant INVALID_CELL_ITEM] will clear the cell. Optionally, the item's orientation can be passed. For valid orientation values, see [method Basis.get_orthogonal_index]. @@ -185,9 +169,9 @@ - + - + Returns the coordinates of the grid cell containing the given point.