2018-07-26 09:56:21 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2019-04-01 10:33:56 +00:00
<class name= "AnimationNodeAnimation" inherits= "AnimationRootNode" category= "Core" version= "3.2" >
2018-07-26 09:56:21 +00:00
<brief_description >
2019-06-04 00:01:24 +00:00
Input animation to use in an [AnimationNodeBlendTree].
2018-07-26 09:56:21 +00:00
</brief_description>
<description >
2019-06-04 00:01:24 +00:00
A resource to add to an [AnimationNodeBlendTree]. Only features one output set using the [member animation] property. Use it as an input for [AnimationNode] that blend animations together.
2018-07-26 09:56:21 +00:00
</description>
<tutorials >
</tutorials>
<methods >
</methods>
<members >
<member name= "animation" type= "String" setter= "set_animation" getter= "get_animation" >
2019-06-04 00:01:24 +00:00
Animation to use as an output. It is one of the animations provided by [member AnimationTree.anim_player].
2018-07-26 09:56:21 +00:00
</member>
</members>
<constants >
</constants>
</class>