@@ -50,25 +50,27 @@ Methods
50
50
.. table ::
51
51
:widths: auto
52
52
53
- +-------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
54
- | |void | | :ref: `add_node<class_AnimationNodeBlendTree_method_add_node> `\ (\ name\: :ref: `StringName<class_StringName> `, node\: :ref: `AnimationNode<class_AnimationNode> `, position\: :ref: `Vector2<class_Vector2> ` = Vector2(0, 0)\ ) |
55
- +-------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
56
- | |void | | :ref: `connect_node<class_AnimationNodeBlendTree_method_connect_node> `\ (\ input_node\: :ref: `StringName<class_StringName> `, input_index\: :ref: `int<class_int> `, output_node\: :ref: `StringName<class_StringName> `\ ) |
57
- +-------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
58
- | |void | | :ref: `disconnect_node<class_AnimationNodeBlendTree_method_disconnect_node> `\ (\ input_node\: :ref: `StringName<class_StringName> `, input_index\: :ref: `int<class_int> `\ ) |
59
- +-------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
60
- | :ref: `AnimationNode<class_AnimationNode> ` | :ref: `get_node<class_AnimationNodeBlendTree_method_get_node> `\ (\ name\: :ref: `StringName<class_StringName> `\ ) |const | |
61
- +-------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
62
- | :ref: `Vector2<class_Vector2> ` | :ref: `get_node_position<class_AnimationNodeBlendTree_method_get_node_position> `\ (\ name\: :ref: `StringName<class_StringName> `\ ) |const | |
63
- +-------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
64
- | :ref: `bool<class_bool> ` | :ref: `has_node<class_AnimationNodeBlendTree_method_has_node> `\ (\ name\: :ref: `StringName<class_StringName> `\ ) |const | |
65
- +-------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
66
- | |void | | :ref: `remove_node<class_AnimationNodeBlendTree_method_remove_node> `\ (\ name\: :ref: `StringName<class_StringName> `\ ) |
67
- +-------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
68
- | |void | | :ref: `rename_node<class_AnimationNodeBlendTree_method_rename_node> `\ (\ name\: :ref: `StringName<class_StringName> `, new_name\: :ref: `StringName<class_StringName> `\ ) |
69
- +-------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
70
- | |void | | :ref: `set_node_position<class_AnimationNodeBlendTree_method_set_node_position> `\ (\ name\: :ref: `StringName<class_StringName> `, position\: :ref: `Vector2<class_Vector2> `\ ) |
71
- +-------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
53
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
54
+ | |void | | :ref: `add_node<class_AnimationNodeBlendTree_method_add_node> `\ (\ name\: :ref: `StringName<class_StringName> `, node\: :ref: `AnimationNode<class_AnimationNode> `, position\: :ref: `Vector2<class_Vector2> ` = Vector2(0, 0)\ ) |
55
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
56
+ | |void | | :ref: `connect_node<class_AnimationNodeBlendTree_method_connect_node> `\ (\ input_node\: :ref: `StringName<class_StringName> `, input_index\: :ref: `int<class_int> `, output_node\: :ref: `StringName<class_StringName> `\ ) |
57
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
58
+ | |void | | :ref: `disconnect_node<class_AnimationNodeBlendTree_method_disconnect_node> `\ (\ input_node\: :ref: `StringName<class_StringName> `, input_index\: :ref: `int<class_int> `\ ) |
59
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
60
+ | :ref: `AnimationNode<class_AnimationNode> ` | :ref: `get_node<class_AnimationNodeBlendTree_method_get_node> `\ (\ name\: :ref: `StringName<class_StringName> `\ ) |const | |
61
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
62
+ | :ref: `Array<class_Array> `\[ :ref: `StringName<class_StringName> `\] | :ref: `get_node_list<class_AnimationNodeBlendTree_method_get_node_list> `\ (\ ) |const | |
63
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
64
+ | :ref: `Vector2<class_Vector2> ` | :ref: `get_node_position<class_AnimationNodeBlendTree_method_get_node_position> `\ (\ name\: :ref: `StringName<class_StringName> `\ ) |const | |
65
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
66
+ | :ref: `bool<class_bool> ` | :ref: `has_node<class_AnimationNodeBlendTree_method_has_node> `\ (\ name\: :ref: `StringName<class_StringName> `\ ) |const | |
67
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
68
+ | |void | | :ref: `remove_node<class_AnimationNodeBlendTree_method_remove_node> `\ (\ name\: :ref: `StringName<class_StringName> `\ ) |
69
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
70
+ | |void | | :ref: `rename_node<class_AnimationNodeBlendTree_method_rename_node> `\ (\ name\: :ref: `StringName<class_StringName> `, new_name\: :ref: `StringName<class_StringName> `\ ) |
71
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
72
+ | |void | | :ref: `set_node_position<class_AnimationNodeBlendTree_method_set_node_position> `\ (\ name\: :ref: `StringName<class_StringName> `, position\: :ref: `Vector2<class_Vector2> `\ ) |
73
+ +------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
72
74
73
75
.. rst-class :: classref-section-separator
74
76
@@ -223,6 +225,18 @@ Returns the sub animation node with the specified ``name``.
223
225
224
226
----
225
227
228
+ .. _class_AnimationNodeBlendTree_method_get_node_list :
229
+
230
+ .. rst-class :: classref-method
231
+
232
+ :ref: `Array<class_Array> `\[ :ref: `StringName<class_StringName> `\] **get_node_list **\ (\ ) |const | :ref: `🔗<class_AnimationNodeBlendTree_method_get_node_list> `
233
+
234
+ Returns a list containing the names of all sub animation nodes in this blend tree.
235
+
236
+ .. rst-class :: classref-item-separator
237
+
238
+ ----
239
+
226
240
.. _class_AnimationNodeBlendTree_method_get_node_position :
227
241
228
242
.. rst-class :: classref-method
0 commit comments