AnimationNodeOneShot

Inherits: AnimationNode < Resource < Reference < Object

Plays an animation once in AnimationNodeBlendTree.

Description

A resource to add to an AnimationNodeBlendTree. This node will execute a sub-animation and return once it finishes. Blend times for fading in and out can be customized, as well as filters.

Tutorials

Properties

boolautorestartfalse
floatautorestart_delay1.0
floatautorestart_random_delay0.0
floatfadein_time0.1
floatfadeout_time0.1
boolsyncfalse

Methods

MixModeget_mix_mode ( ) const
voidset_mix_mode ( MixMode mode )

Enumerations

enum MixMode:

  • MIX_MODE_BLEND = 0
  • MIX_MODE_ADD = 1

Property Descriptions

Defaultfalse
Setterset_autorestart(value)
Getterhas_autorestart()

If true, the sub-animation will restart automatically after finishing.


Default1.0
Setterset_autorestart_delay(value)
Getterget_autorestart_delay()

The delay after which the automatic restart is triggered, in seconds.


  • float autorestart_random_delay
Default0.0
Setterset_autorestart_random_delay(value)
Getterget_autorestart_random_delay()

If autorestart is true, a random additional delay (in seconds) between 0 and this value will be added to autorestart_delay.


Default0.1
Setterset_fadein_time(value)
Getterget_fadein_time()

Default0.1
Setterset_fadeout_time(value)
Getterget_fadeout_time()

Defaultfalse
Setterset_use_sync(value)
Getteris_using_sync()

Method Descriptions


  • void set_mix_mode ( MixMode mode )