AnimationNodeAnimation.xml 780 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AnimationNodeAnimation" inherits="AnimationRootNode" category="Core" version="3.1.2">
  3. <brief_description>
  4. Input animation to use in an [AnimationNodeBlendTree].
  5. </brief_description>
  6. <description>
  7. 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.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <members>
  14. <member name="animation" type="String" setter="set_animation" getter="get_animation">
  15. Animation to use as an output. It is one of the animations provided by [member AnimationTree.anim_player].
  16. </member>
  17. </members>
  18. <constants>
  19. </constants>
  20. </class>