mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
doc: Sync classref with current source
This commit is contained in:
@@ -9,14 +9,6 @@
|
||||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
<method name="_parent_set" qualifiers="virtual">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="parent" type="Object">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="add_input">
|
||||
<return type="void">
|
||||
</return>
|
||||
@@ -62,17 +54,19 @@
|
||||
<method name="blend_node">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="node" type="AnimationNode">
|
||||
<argument index="0" name="name" type="String">
|
||||
</argument>
|
||||
<argument index="1" name="time" type="float">
|
||||
<argument index="1" name="node" type="AnimationNode">
|
||||
</argument>
|
||||
<argument index="2" name="seek" type="bool">
|
||||
<argument index="2" name="time" type="float">
|
||||
</argument>
|
||||
<argument index="3" name="blend" type="float">
|
||||
<argument index="3" name="seek" type="bool">
|
||||
</argument>
|
||||
<argument index="4" name="filter" type="int" enum="AnimationNode.FilterAction" default="0">
|
||||
<argument index="4" name="blend" type="float">
|
||||
</argument>
|
||||
<argument index="5" name="optimize" type="bool" default="true">
|
||||
<argument index="5" name="filter" type="int" enum="AnimationNode.FilterAction" default="0">
|
||||
</argument>
|
||||
<argument index="6" name="optimize" type="bool" default="true">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
@@ -83,22 +77,6 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_input_activity" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
<argument index="0" name="input" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_input_connection">
|
||||
<return type="String">
|
||||
</return>
|
||||
<argument index="0" name="input" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_input_count" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
@@ -113,21 +91,11 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_parent" qualifiers="const">
|
||||
<return type="AnimationNode">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_position" qualifiers="const">
|
||||
<return type="Vector2">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_tree" qualifiers="const">
|
||||
<return type="AnimationTree">
|
||||
<method name="get_parameter" qualifiers="const">
|
||||
<return type="Variant">
|
||||
</return>
|
||||
<argument index="0" name="name" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
@@ -173,18 +141,12 @@
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_parent">
|
||||
<method name="set_parameter">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="parent" type="Object">
|
||||
<argument index="0" name="name" type="String">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_position">
|
||||
<return type="void">
|
||||
</return>
|
||||
<argument index="0" name="position" type="Vector2">
|
||||
<argument index="1" name="value" type="Variant">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
@@ -199,6 +161,10 @@
|
||||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="tree_changed">
|
||||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
</signals>
|
||||
<constants>
|
||||
<constant name="FILTER_IGNORE" value="0" enum="FilterAction">
|
||||
|
||||
Reference in New Issue
Block a user