画面情報
Screen.width Screen.height
function OnGUI(){ var fps : int = 1 / Time.deltaTime; [[GUI]].Label(Rect(0, 0, 100, 20), "FPS = " + fps); }