From cfb9709c10483f7f58a8b96248c23d0a5f1d5ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 1 Jun 2019 12:34:29 +0200 Subject: doc: Sync classref with current source --- doc/classes/Animation.xml | 22 +++++++++++----------- doc/classes/EditorPlugin.xml | 4 ++++ doc/classes/PopupMenu.xml | 6 +++--- doc/classes/ProjectSettings.xml | 2 ++ doc/classes/TileSet.xml | 12 ++++++++++++ doc/classes/TreeItem.xml | 6 ++++++ doc/classes/Vector2.xml | 4 ++-- doc/classes/Vector3.xml | 4 ++-- 8 files changed, 42 insertions(+), 18 deletions(-) diff --git a/doc/classes/Animation.xml b/doc/classes/Animation.xml index 53d3663d4f..c79903cb80 100644 --- a/doc/classes/Animation.xml +++ b/doc/classes/Animation.xml @@ -536,43 +536,43 @@ Set the interpolation type of a given track, from the INTERPOLATION_* enum. - + - + - Set the transition curve (easing) for a specific key (see built-in math function "ease"). + Set the time of an existing key. - + - + - + - Set the value of an existing key. + Set the transition curve (easing) for a specific key (see built-in math function "ease"). - + - + - + - Set the time of an existing key. + Set the value of an existing key. diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index 97ad4f6829..3d91bff0aa 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -525,6 +525,10 @@ + + + + diff --git a/doc/classes/PopupMenu.xml b/doc/classes/PopupMenu.xml index 4bedc1b241..d6249f73aa 100644 --- a/doc/classes/PopupMenu.xml +++ b/doc/classes/PopupMenu.xml @@ -515,6 +515,9 @@ + + If [code]true[/code], allows to navigate [PopupMenu] with letter keys. Default value: [code]false[/code]. + @@ -524,9 +527,6 @@ Sets the delay time for the submenu item to popup on mouse hovering. If the popup menu is added as a child of another (acting as a submenu), it will inherit the delay time of the parent menu item. Default value: [code]0.3[/code] seconds. - - If [code]true[/code], allows to navigate [PopupMenu] with letter keys. Default value: [code]false[/code]. - diff --git a/doc/classes/ProjectSettings.xml b/doc/classes/ProjectSettings.xml index ff8b702859..5bcd39a8d6 100644 --- a/doc/classes/ProjectSettings.xml +++ b/doc/classes/ProjectSettings.xml @@ -410,6 +410,8 @@ Internal editor setting, don't touch. + + diff --git a/doc/classes/TileSet.xml b/doc/classes/TileSet.xml index 0bf602dcf7..f29a7990ed 100644 --- a/doc/classes/TileSet.xml +++ b/doc/classes/TileSet.xml @@ -10,6 +10,18 @@ + + + + + + + + + + + + diff --git a/doc/classes/TreeItem.xml b/doc/classes/TreeItem.xml index 9524e048bb..f7887a87c8 100644 --- a/doc/classes/TreeItem.xml +++ b/doc/classes/TreeItem.xml @@ -163,8 +163,11 @@ + + Returns the next visible TreeItem in the tree. + If [code]wrap[/code] is enabled, the method will wrap around to the first visible element in the tree when called on the last visible element, otherwise it returns [code]null[/code]. @@ -184,8 +187,11 @@ + + Returns the previous visible TreeItem in the tree. + If [code]wrap[/code] is enabled, the method will wrap around to the last visible element in the tree when called on the first visible element, otherwise it returns [code]null[/code]. diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index eff8b0680e..243dbceced 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -188,9 +188,9 @@ - + - + Moves the vector toward [code]to[/code] by the fixed [code]delta[/code] amount. diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index 86603d60cc..99bf3d2610 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -178,9 +178,9 @@ - + - + Moves the vector toward [code]to[/code] by the fixed [code]delta[/code] amount. -- cgit v1.2.3