(Formerly known as CentreGUI, which is now obsolete)
GUI.Centre()
Centres the specified GUI in the middle of the screen. Useful if you've been moving
it around with SetPosition and just want to return it to the centre.
Example:
gControlpanel.Centre();
will centre the CONTROLPANEL GUI in the middle of the screen.
See Also: GUI.SetPosition
|