doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde
2018-08-21 00:35:30 +02:00
parent 5dc2b12efa
commit 4ea3e4f551
63 changed files with 1222 additions and 250 deletions
+12 -2
View File
@@ -33,9 +33,11 @@
</return>
<argument index="0" name="handles" type="PoolVector3Array">
</argument>
<argument index="1" name="billboard" type="bool" default="false">
<argument index="1" name="material" type="Material">
</argument>
<argument index="2" name="secondary" type="bool" default="false">
<argument index="2" name="billboard" type="bool" default="false">
</argument>
<argument index="3" name="secondary" type="bool" default="false">
</argument>
<description>
Add a list of handles (points) which can be used to deform the object being edited.
@@ -138,6 +140,14 @@
The [Camera] is also provided so screen coordinates can be converted to raycasts.
</description>
</method>
<method name="set_hidden">
<return type="void">
</return>
<argument index="0" name="hidden" type="bool">
</argument>
<description>
</description>
</method>
<method name="set_spatial_node">
<return type="void">
</return>