Instance Methodmigueldeicaza.swiftgodot 0.45.0SwiftGodot
setProcessCallback(mode:)
For backward compatibility. See AnimationMixer.AnimationCallbackModeProcess
.
final func setProcessCallback(mode: AnimationTree.AnimationProcessCallback)
Other members in extension
Types
Type members
Instance members
var advanceExpressionBaseNode: NodePath
The path to the
Node
used to evaluate theAnimationNode
Expression
if one is not explicitly specified internally.var animPlayer: NodePath
The path to the
AnimationPlayer
used for animating.var animationPlayerChanged: SimpleSignal
Emitted when the
animPlayer
is changed.var treeRoot: AnimationRootNode?
The root animation node of this
AnimationTree
. SeeAnimationRootNode
.func getProcessCallback(
) -> AnimationTree.AnimationProcessCallback For backward compatibility. See
AnimationMixer.AnimationCallbackModeProcess
.