Show / Hide Table of Contents

Method dialog.SetXY


Overload

Sets dialog position in screen.

public void SetXY(Coord x, Coord y, bool rawXY = false)
Parameters
x  (Coord)

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

y  (Coord)

Y position in dialog.Screen. If default - screen center.

rawXY  (bool)

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