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...
AnimationNodeAdd3¶
Inherits: AnimationNode < Resource < Reference < Object
Mezcla dos de tres animaciones sumandolas dentro de un AnimationNodeBlendTree.
Descripción¶
Un recurso para añadir a un AnimationNodeBlendTree. Mezcla dos animaciones juntas sumándolas de tres en base a un valor en el rango de [-1.0, 1.0]
.
Este nodo tiene tres entradas:
La animación base para sumar a
Una animación - agregar para mezclar cuando la cantidad de mezcla está en el rango de
[-1.0, 0.0]
.Una animación +agregar para mezclar cuando la cantidad de mezcla está en el rango de
[0.0, 1.0]
Tutoriales¶
Propiedades¶
|
Descripciones de Propiedades¶
bool sync
Default |
|
Setter |
set_use_sync(value) |
Getter |
is_using_sync() |
Si true
, establece la optimización optimization
a false
al llamar al AnimationNode.blend_input, obligando a las animaciones mezcladas a actualizar cada fotograma.