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.

AnimationRootNode

繼承: AnimationNode < Resource < RefCounted < Object

被繼承: AnimationNodeAnimation, AnimationNodeBlendSpace1D, AnimationNodeBlendSpace2D, AnimationNodeBlendTree, AnimationNodeStateMachine

作為包含一段或多段複合動畫之 AnimationNode 的基底類別。通常用於 AnimationTree.tree_root

說明

AnimationRootNode 是保存完整動畫之 AnimationNode 的基底類別。完整動畫指 AnimationNodeBlendTreeAnimationNodeOutput 的輸出,或其他 AnimationRootNode 的輸出。可用於 AnimationTree.tree_root 或其他 AnimationRootNode

內建根節點範例包括:

教學