diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-02-12 13:29:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-12 13:29:44 +0100 |
commit | 49eef1180b441d6778d1b03168226bee7c815f3d (patch) | |
tree | 65a290d7cd69a1ab14a913a7e9fe71c95b04ed83 /doc/classes/@GlobalScope.xml | |
parent | 70dd7f4e1ae890534692067797c42337c45d3daf (diff) | |
parent | 0e3d6257377d9f73520e5ccdb7677fde23be3398 (diff) |
Merge pull request #36135 from akien-mga/doc-update
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/@GlobalScope.xml')
-rw-r--r-- | doc/classes/@GlobalScope.xml | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index 7c863a3563..439937e4f5 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -53,8 +53,14 @@ <member name="Marshalls" type="Reference" setter="" getter=""> The [Marshalls] singleton. </member> - <member name="NavigationMeshGenerator" type="EditorNavigationMeshGenerator" setter="" getter=""> - The [EditorNavigationMeshGenerator] singleton. + <member name="Navigation2DServer" type="Navigation2DServer" setter="" getter=""> + The [Navigation2DServer] singleton. + </member> + <member name="NavigationMeshGenerator" type="NavigationMeshGenerator" setter="" getter=""> + The [NavigationMeshGenerator] singleton. + </member> + <member name="NavigationServer" type="NavigationServer" setter="" getter=""> + The [NavigationServer] singleton. </member> <member name="OS" type="OS" setter="" getter=""> The [OS] singleton. @@ -1367,7 +1373,7 @@ Hints that a string property is an absolute path to a directory outside the project folder. Editing it will show a file dialog for picking the path. </constant> <constant name="PROPERTY_HINT_RESOURCE_TYPE" value="17" enum="PropertyHint"> - Hints that a property is an instance of a [Resource]-derived type, optionally specified via the hint string (e.g. [code]"Texture"[/code]). Editing it will show a popup menu of valid resource types to instantiate. + Hints that a property is an instance of a [Resource]-derived type, optionally specified via the hint string (e.g. [code]"Texture2D"[/code]). Editing it will show a popup menu of valid resource types to instantiate. </constant> <constant name="PROPERTY_HINT_MULTILINE_TEXT" value="18" enum="PropertyHint"> Hints that a string property is text with line breaks. Editing it will show a text input field where line breaks can be typed. |