Show / Hide Table of Contents

Method dialog.XY


Overload

Sets dialog position in screen.

public dialog XY(Coord x, Coord y, bool rawXY = false)
Parameters
x  (Coord)

X position in screen. If default - screen center. Examples: 10, ^10 (reverse), .5f (fraction).

y  (Coord)

Y position in screen. If default - screen center.

rawXY  (bool)

x y are relative to the primary screen (ignore dialog.InScreen etc).

Returns
dialog

See Also

dialog.InScreen