The GUI transform matrix.
print (GUI.matrix);
using UnityEngine; using System.Collections; public class Example : MonoBehaviour { void Example() { print(GUI.matrix); } }
import UnityEngine import System.Collections public class Example(MonoBehaviour): def Example() as void: print(GUI.matrix)