AC
AnkiCollab
AnkiCollab
Sign in
Explore Decks
Helpful
Join Discord
Download Add-on
Documentation
Support Us
Notes in
AnimationMixer
To Subscribe, use this Key
august-echo-item-oxygen-network-india
Status
Last Update
Fields
Published
06/07/2024
Description Base class for AnimationPlayer and AnimationTree to manage animation lists. It also has general properties and methods for…
Published
06/07/2024
Properties bool active true int audio_max_polyphony 32 AnimationCallbackModeDiscrete c…
Published
06/07/2024
Signals animation_finished (anim_name: StringName ) Notifies when an animation finished playing. Note: This signal is not …
Published
06/07/2024
Enumerations enum AnimationCallbackModeProcess : AnimationCallbackModeProcess ANIMATION_CALLBACK_MODE_PROCESS_PHYSICS = 0 …
Published
06/07/2024
Property Descriptions bool active = true void set_active (value: bool ) bool is_active () If …
Published
06/07/2024
Method Descriptions Variant _post_process_key_value (animation: Animation , track: int , value: Variant , object_id: int ,…
Status
Last Update
Fields