2018-07-26 11:56:21 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2021-04-26 13:14:51 +02:00
<class name= "AnimationNodeTransition" inherits= "AnimationNode" version= "3.4" >
2018-07-26 11:56:21 +02:00
<brief_description >
2020-03-03 19:21:21 +01:00
A generic animation transition node for [AnimationTree].
2018-07-26 11:56:21 +02:00
</brief_description>
<description >
2020-03-03 19:21:21 +01:00
Simple state machine for cases which don't require a more advanced [AnimationNodeStateMachine]. Animations can be connected to the inputs and transition times can be specified.
2018-07-26 11:56:21 +02:00
</description>
<tutorials >
2021-03-26 10:43:43 +01:00
<link title= "AnimationTree" > https://docs.godotengine.org/en/3.3/tutorials/animation/animation_tree.html</link>
2020-10-01 10:34:47 +02:00
<link title= "3D Platformer Demo" > https://godotengine.org/asset-library/asset/125</link>
<link title= "Third Person Shooter Demo" > https://godotengine.org/asset-library/asset/678</link>
2018-07-26 11:56:21 +02:00
</tutorials>
<methods >
2019-06-27 16:10:09 +02:00
<method name= "get_input_caption" qualifiers= "const" >
<return type= "String" >
</return>
<argument index= "0" name= "input" type= "int" >
</argument>
<description >
</description>
</method>
<method name= "is_input_set_as_auto_advance" qualifiers= "const" >
<return type= "bool" >
</return>
<argument index= "0" name= "input" type= "int" >
</argument>
<description >
</description>
</method>
<method name= "set_input_as_auto_advance" >
<return type= "void" >
</return>
<argument index= "0" name= "input" type= "int" >
</argument>
<argument index= "1" name= "enable" type= "bool" >
</argument>
<description >
</description>
</method>
<method name= "set_input_caption" >
<return type= "void" >
</return>
<argument index= "0" name= "input" type= "int" >
</argument>
<argument index= "1" name= "caption" type= "String" >
</argument>
<description >
</description>
</method>
2018-07-26 11:56:21 +02:00
</methods>
<members >
2019-06-29 12:38:01 +02:00
<member name= "input_count" type= "int" setter= "set_enabled_inputs" getter= "get_enabled_inputs" default= "0" >
2020-03-03 19:21:21 +01:00
The number of available input ports for this node.
2018-07-26 11:56:21 +02:00
</member>
2019-06-29 12:38:01 +02:00
<member name= "xfade_time" type= "float" setter= "set_cross_fade_time" getter= "get_cross_fade_time" default= "0.0" >
2020-03-03 19:21:21 +01:00
Cross-fading time (in seconds) between each animation connected to the inputs.
2018-07-26 11:56:21 +02:00
</member>
</members>
<constants >
</constants>
</class>