AnimationNodeOneShot

Inherits: AnimationNodeSync < AnimationNode < Resource < RefCounted < Object

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

Properties

bool

autorestart

false

float

autorestart_delay

1.0

float

autorestart_random_delay

0.0

bool

break_loop_at_end

false

Curve

fadein_curve

float

fadein_time

0.0

Curve

fadeout_curve

float

fadeout_time

0.0

MixMode

mix_mode

0


Enumerations

enum OneShotRequest:

OneShotRequest ONE_SHOT_REQUEST_NONE = 0

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

OneShotRequest ONE_SHOT_REQUEST_FIRE = 1

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

OneShotRequest ONE_SHOT_REQUEST_ABORT = 2

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

OneShotRequest ONE_SHOT_REQUEST_FADE_OUT = 3

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


enum MixMode:

MixMode MIX_MODE_BLEND = 0

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

MixMode MIX_MODE_ADD = 1

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


Property Descriptions

bool autorestart = false

  • void set_autorestart ( bool value )

  • bool has_autorestart ( )

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


float autorestart_delay = 1.0

  • void set_autorestart_delay ( float value )

  • float get_autorestart_delay ( )

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


float autorestart_random_delay = 0.0

  • void set_autorestart_random_delay ( float value )

  • float get_autorestart_random_delay ( )

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


bool break_loop_at_end = false

  • void set_break_loop_at_end ( bool value )

  • bool is_loop_broken_at_end ( )

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


Curve fadein_curve

  • void set_fadein_curve ( Curve value )

  • Curve get_fadein_curve ( )

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


float fadein_time = 0.0

  • void set_fadein_time ( float value )

  • float get_fadein_time ( )

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


Curve fadeout_curve

  • void set_fadeout_curve ( Curve value )

  • Curve get_fadeout_curve ( )

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


float fadeout_time = 0.0

  • void set_fadeout_time ( float value )

  • float get_fadeout_time ( )

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


MixMode mix_mode = 0

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