WidgetStyleCalcContext

A context of widget style calculation.

struct WidgetStyleCalcContext {}

Members

Variables

parentSize
vec2 parentSize;

Size of the parent widget.

pos
vec2 pos;

Position the widget should be placed.

size
vec2 size;

Size the widget should be resized.

Meta