summaryrefslogtreecommitdiff
path: root/doc/classes/EditorSpatialGizmo.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-01-03 15:09:03 +0100
committerRémi Verschelde <rverschelde@gmail.com>2020-01-03 15:09:09 +0100
commita18909f9452180c36b62f34dda07fbebb6c863ed (patch)
tree5d396b5660ee3ada1d77a96f1e0d24ffe37bbcf7 /doc/classes/EditorSpatialGizmo.xml
parent09b4327805bb721c3e220937b885160fec5deb28 (diff)
doc: Sync classref with current source
Diffstat (limited to 'doc/classes/EditorSpatialGizmo.xml')
-rw-r--r--doc/classes/EditorSpatialGizmo.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/EditorSpatialGizmo.xml b/doc/classes/EditorSpatialGizmo.xml
index 22e4a21757..419a0c5248 100644
--- a/doc/classes/EditorSpatialGizmo.xml
+++ b/doc/classes/EditorSpatialGizmo.xml
@@ -51,6 +51,8 @@
</argument>
<argument index="2" name="billboard" type="bool" default="false">
</argument>
+ <argument index="3" name="modulate" type="Color" default="Color( 1, 1, 1, 1 )">
+ </argument>
<description>
Adds lines to the gizmo (as sets of 2 points), with a given material. The lines are used for visualizing the gizmo. Call this function during [method redraw].
</description>
@@ -76,6 +78,8 @@
</argument>
<argument index="1" name="default_scale" type="float" default="1">
</argument>
+ <argument index="2" name="modulate" type="Color" default="Color( 1, 1, 1, 1 )">
+ </argument>
<description>
Adds an unscaled billboard for visualization. Call this function during [method redraw].
</description>