Versions with this page:
Versions without this page:
Матрица трансформирования GUI.
using UnityEngine; using System.Collections;public class ExampleClass : MonoBehaviour { void Example() { print(GUI.matrix); } }