struct EditorWindowLayout::Entry

An entry representing widgets and area of a single widget container.

Public

Constructors

Entry

Entry()

Methods

~Entry

~Entry()

Fields

WindowNames

Vector<String> WindowNames

Unique names of all widgets in the container.

IsDocked

bool IsDocked

Whether the container is floating in its own window or docked.

X

i32 X

Position of the container relative to parent window or dock manager.

Y

i32 Y

Position of the container relative to parent window or dock manager.

Width

u32 Width

Size of the container.

Height

u32 Height

Size of the container.