GUI 变换矩阵。
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(GUI.matrix); } }