Перейти к основному содержанию

UI.IWindowLocation

Hierarchy

Index

Properties

optionalheight

height?: number

Height of the window in units, by default calculated to match bottom screen bound.

optionalscrollX

scrollX?: number

Defines scrollable window size along the X axis.

optionalscrollY

scrollY?: number

Defines scrollable window size along the Y axis.

optionalwidth

width?: number

Width of the window in units, by default calculated to match right screen bound.

optionalx

x?: number = 0

X coordinate of the window in units.

optionaly

y?: number = 0

Y coordinate of the window in units.