AnimationNodeOneShot
Inherits: AnimationNodeSync < AnimationNode < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
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
There is currently no description for this property. Please help us by contributing one!
float autorestart_delay = 1.0
There is currently no description for this property. Please help us by contributing one!
float autorestart_random_delay = 0.0
There is currently no description for this property. Please help us by contributing one!
bool break_loop_at_end = false
There is currently no description for this property. Please help us by contributing one!
Curve fadein_curve
There is currently no description for this property. Please help us by contributing one!
float fadein_time = 0.0
There is currently no description for this property. Please help us by contributing one!
Curve fadeout_curve
There is currently no description for this property. Please help us by contributing one!
float fadeout_time = 0.0
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!