The dimensions of various UI components.

interface Dimensions {
    centerControlBarHeight: number;
    controlBarHeight: number;
}

Properties

centerControlBarHeight: number

The height of the center control bar.

controlBarHeight: number

The height of all other control bars.

Generated using TypeDoc