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