AnimationTree

Inherits: AnimationMixer < Node < Object

There is currently no description for this class. Please help us by contributing one!

Properties

NodePath

advance_expression_base_node

NodePath(".")

NodePath

anim_player

NodePath("")

AnimationCallbackModeDiscrete

callback_mode_discrete

2 (overrides AnimationMixer)

bool

deterministic

true (overrides AnimationMixer)

AnimationRootNode

tree_root

Methods

AnimationProcessCallback

get_process_callback ( ) const

void

set_process_callback ( AnimationProcessCallback mode )


Signals

animation_player_changed ( )

There is currently no description for this signal. Please help us by contributing one!


Enumerations

enum AnimationProcessCallback:

AnimationProcessCallback ANIMATION_PROCESS_PHYSICS = 0

There is currently no description for this enum. Please help us by contributing one!

AnimationProcessCallback ANIMATION_PROCESS_IDLE = 1

There is currently no description for this enum. Please help us by contributing one!

AnimationProcessCallback ANIMATION_PROCESS_MANUAL = 2

There is currently no description for this enum. Please help us by contributing one!


Property Descriptions

NodePath advance_expression_base_node = NodePath(".")

  • void set_advance_expression_base_node ( NodePath value )

  • NodePath get_advance_expression_base_node ( )

There is currently no description for this property. Please help us by contributing one!


NodePath anim_player = NodePath("")

  • void set_animation_player ( NodePath value )

  • NodePath get_animation_player ( )

There is currently no description for this property. Please help us by contributing one!


AnimationRootNode tree_root

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

AnimationProcessCallback get_process_callback ( ) const

There is currently no description for this method. Please help us by contributing one!


void set_process_callback ( AnimationProcessCallback mode )

There is currently no description for this method. Please help us by contributing one!