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.

AnimationNodeAnimation

Inherits: AnimationRootNode < AnimationNode < Resource < Reference < Object

Introducir la animación para usarla en un AnimationNodeBlendTree.

Descripción

Un recurso para añadir a un AnimationNodeBlendTree. Sólo tiene un conjunto de salida usando la propiedad animation. Úsalo como una entrada para el AnimationNode que mezcla las animaciones entre sí.

Tutoriales

Propiedades

String

animation

""

Descripciones de Propiedades

Default

""

Setter

set_animation(value)

Getter

get_animation()

Animación para usar como salida. Es una de las animaciones proporcionadas por AnimationTree.anim_player.