enum Godot::EditorDock::DockLayout

Defined in:

libgodot/generated/classes/classes_part2.cr

Enum Members

DockLayoutVertical = 1_i64
DockLayoutHorizontal = 2_i64
DockLayoutFloating = 4_i64
DockLayoutMainScreen = 8_i64
DockLayoutAll = 7_i64

Instance Method Summary

Instance Method Detail

def dock_layout_all? #

Returns true if this enum value equals DockLayoutAll


[View source]
def dock_layout_floating? #

Returns true if this enum value equals DockLayoutFloating


[View source]
def dock_layout_horizontal? #

Returns true if this enum value equals DockLayoutHorizontal


[View source]
def dock_layout_main_screen? #

Returns true if this enum value equals DockLayoutMainScreen


[View source]
def dock_layout_vertical? #

Returns true if this enum value equals DockLayoutVertical


[View source]