doc: Sync classref with current source

Bind missing enums.
This commit is contained in:
Rémi Verschelde 2020-09-11 12:22:10 +02:00
parent 9d9ee2d4c2
commit a2a78a8066
No known key found for this signature in database
GPG key ID: C3336907360768E1
17 changed files with 622 additions and 78 deletions

View file

@ -57,6 +57,12 @@
Emitted when the node requests an editor refresh. Currently called only in setter of [member VisualShaderNodeTexture.source], [VisualShaderNodeTexture], and [VisualShaderNodeCubemap] (and their derivatives).
</description>
</signal>
<signal name="show_port_preview">
<argument index="0" name="port_id" type="int">
</argument>
<description>
</description>
</signal>
</signals>
<constants>
<constant name="PORT_TYPE_SCALAR" value="0" enum="PortType">