Expose AnimationNode(StateMachine/BlendTree).get_node_list()
This commit is contained in:
parent
2d3bdcac35
commit
d193af78c5
8 changed files with 50 additions and 16 deletions
|
|
@ -44,6 +44,12 @@
|
|||
Returns the sub animation node with the specified [param name].
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_node_list" qualifiers="const">
|
||||
<return type="StringName[]" />
|
||||
<description>
|
||||
Returns a list containing the names of all sub animation nodes in this blend tree.
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_node_position" qualifiers="const">
|
||||
<return type="Vector2" />
|
||||
<param index="0" name="name" type="StringName" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue