2018-07-26 17:56:21 +08:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-02-01 09:03:48 +08:00
<class name= "AnimationNodeAnimation" inherits= "AnimationRootNode" version= "4.0" >
2018-07-26 17:56:21 +08:00
<brief_description >
2019-06-04 08:01:24 +08:00
Input animation to use in an [AnimationNodeBlendTree].
2018-07-26 17:56:21 +08:00
</brief_description>
<description >
2019-06-04 08:01:24 +08: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 17:56:21 +08:00
</description>
<tutorials >
2020-08-05 20:43:40 +08:00
<link title= "AnimationTree" > https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html</link>
2020-10-01 16:34:47 +08: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 17:56:21 +08:00
</tutorials>
<methods >
</methods>
<members >
2021-06-06 03:24:24 +08:00
<member name= "animation" type= "StringName" setter= "set_animation" getter= "get_animation" default= "&""" >
2019-06-04 08:01:24 +08:00
Animation to use as an output. It is one of the animations provided by [member AnimationTree.anim_player].
2018-07-26 17:56:21 +08:00
</member>
</members>
<constants >
</constants>
</class>