UI.WindowLocationDescription
Hierarchy
- IWindowLocation
- WindowLocationDescription
Index
Properties
optionalforceScrollX
optionalforceScrollY
optionalglobalScalesince: 2.3.1b115
Determines whether the interface needs to be resized based on its size or a global unit system should be used.
optionalheight
Height of the window in units, by default calculated to match bottom screen bound.
optionalpadding
Paddings are distances from the window bounds to the elements in the window.
Type declaration
optionalbottom?: number
optionalleft?: number
optionalright?: number
optionaltop?: number
optionalscrollX
Defines scrollable window size along the X axis.
optionalscrollY
Defines scrollable window size along the Y axis.
optionalwidth
Width of the window in units, by default calculated to match right screen bound.
optionalx
X coordinate of the window in units.
optionaly
Y coordinate of the window in units.
Object representing window location used in window content object and UI.WindowLocation constructor.