enum Godot::AnimationPlayer::AnimationMethodCallMode

Defined in:

libgodot/generated/classes/classes_part1.cr

Enum Members

AnimationMethodCallDeferred = 0_i64
AnimationMethodCallImmediate = 1_i64

Instance Method Summary

Instance Method Detail

def animation_method_call_deferred? #

Returns true if this enum value equals AnimationMethodCallDeferred


[View source]
def animation_method_call_immediate? #

Returns true if this enum value equals AnimationMethodCallImmediate


[View source]