Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
AnimationNodeAdd2
Eredita: AnimationNodeSync < AnimationNode < Resource < RefCounted < Object
Fonde due animazioni in modo additivo all'interno di un AnimationNodeBlendTree.
Descrizione
Una risorsa da aggiungere a un AnimationNodeBlendTree. Combina due animazioni in modo additivo in base al valore di quantità.
Se la quantità è maggiore di 1.0, l'animazione collegata alla porta "in" viene combinata all'animazione amplificata collegata alla porta "add".
Se la quantità è minore di 0.0, l'animazione collegata alla porta "in" viene combinata all'animazione invertita collegata alla porta "add".