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...
AnimationNodeAnimation¶
Inherits: AnimationRootNode < AnimationNode < Resource < RefCounted < Object
AnimationNodeBlendTree 的输入动画。
Description¶
一种添加到 AnimationNodeBlendTree 的资源。只有一个输出端口,使用的是 animation 属性。可用作 AnimationNode 的输入,将动画混合在一起。
Tutorials¶
Properties¶
|
||
|
Enumerations¶
enum PlayMode:
PlayMode PLAY_MODE_FORWARD = 0
正序播放动画。
PlayMode PLAY_MODE_BACKWARD = 1
逆序播放动画。
Property Descriptions¶
StringName animation = &""
void set_animation ( StringName value )
StringName get_animation ( )
作为输出使用的动画。它是 AnimationTree.anim_player 提供的动画之一。
PlayMode play_mode = 0
确定动画的播放方向。