AnimationNodeAdd2.xml 960 B

12345678910111213141516171819202122
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AnimationNodeAdd2" inherits="AnimationNode" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
  3. <brief_description>
  4. Blends two animations additively inside of an [AnimationNodeBlendTree].
  5. </brief_description>
  6. <description>
  7. A resource to add to an [AnimationNodeBlendTree]. Blends two animations additively based on an amount value in the [code][0.0, 1.0][/code] range.
  8. </description>
  9. <tutorials>
  10. <link>$DOCS_URL/tutorials/animation/animation_tree.html</link>
  11. </tutorials>
  12. <methods>
  13. </methods>
  14. <members>
  15. <member name="sync" type="bool" setter="set_use_sync" getter="is_using_sync" default="false">
  16. If [code]true[/code], sets the [code]optimization[/code] to [code]false[/code] when calling [method AnimationNode.blend_input], forcing the blended animations to update every frame.
  17. </member>
  18. </members>
  19. <constants>
  20. </constants>
  21. </class>