mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Hide "control" methods from VisualShaderNodeGroupBase
This commit is contained in:
@@ -43,14 +43,6 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_control">
|
||||
<return type="Control">
|
||||
</return>
|
||||
<argument index="0" name="index" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_free_input_port_id" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
@@ -127,16 +119,6 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_control">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="control" type="Control">
|
||||
</argument>
|
||||
<argument index="1" name="index" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_input_port_name">
|
||||
<return type="void">
|
||||
</return>
|
||||
|
||||
Reference in New Issue
Block a user