enum
Godot::OpenXRAndroidThreadSettingsExtension::ThreadType
Defined in:
libgodot/generated/classes/classes_part4.crEnum Members
-
ThreadTypeApplicationMain =
0_i64 -
ThreadTypeApplicationWorker =
1_i64 -
ThreadTypeRendererMain =
2_i64 -
ThreadTypeRendererWorker =
3_i64
Instance Method Summary
-
#thread_type_application_main?
Returns
trueif this enum value equalsThreadTypeApplicationMain -
#thread_type_application_worker?
Returns
trueif this enum value equalsThreadTypeApplicationWorker -
#thread_type_renderer_main?
Returns
trueif this enum value equalsThreadTypeRendererMain -
#thread_type_renderer_worker?
Returns
trueif this enum value equalsThreadTypeRendererWorker
Instance Method Detail
def thread_type_application_main?
#
Returns true if this enum value equals ThreadTypeApplicationMain
def thread_type_application_worker?
#
Returns true if this enum value equals ThreadTypeApplicationWorker