AnimationNodeAdd3

Inherits: AnimationNode < Resource < Reference < Object AnimationNodeBlendTree.

Description

AnimationNodeBlendTree. Blends two animations together additively out of three based on a value in the [-1.0, 1.0] range. This node has three inputs:

  • The base animation to add to
  • [-1.0, 0.0] range.
  • [0.0, 1.0] range

    Tutorials

  • AnimationTree
  • Third Person Shooter Demo

    Properties

    Property Descriptions

  • bool sync true, sets the optimization to false when calling AnimationNode.blend_input, forcing the blended animations to update every frame.