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...
AnimationNodeBlend3
Hérite de : AnimationNodeSync < AnimationNode < Resource < RefCounted < Object
Mélange deux des trois animations de façon linéaire à l'intérieur d'un AnimationNodeBlendTree.
Description
Une ressource à ajouter à un AnimationNodeBlendTree. Mélange deux animations sur 3 linéairement selon le montant de la valeur.
Ce nœud d'animation a trois entrées :
L'animation de base à laquelle se mélanger
Une animation "-blend" pour mélanger avec quand le montant de mélange est négatif
Une animation "+blend" pour mélanger avec quand le montant de mélange est positif
En général, le montant de mélange devrait être dans l'intervalle [-1.0,1.0]. Les valeurs hors de cet intervalle peuvent mélanger des animations amplifiées. Cependant, AnimationNodeAdd3 marche mieux dans ce but.