AnimationNodeAdd3.xml 1.1 KB

123456789101112131415161718192021222324
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="AnimationNodeAdd3" inherits="AnimationNode" category="Core" version="3.1.2">
  3. <brief_description>
  4. Blends two of three animations additively inside of an [AnimationNodeBlendTree].
  5. </brief_description>
  6. <description>
  7. A resource to add to an [AnimationNodeBlendTree]. Blends two animations together additively out of three based on a value in the [code][-1.0, 1.0][/code] range.
  8. This node has three inputs:
  9. - The base animation to add to
  10. - A -add animation to blend with when the blend amount is in the [code][-1.0, 0.0][/code] range.
  11. - A +add animation to blend with when the blend amount is in the [code][0.0, 1.0][/code] range
  12. </description>
  13. <tutorials>
  14. </tutorials>
  15. <methods>
  16. </methods>
  17. <members>
  18. <member name="sync" type="bool" setter="set_use_sync" getter="is_using_sync">
  19. 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.
  20. </member>
  21. </members>
  22. <constants>
  23. </constants>
  24. </class>