Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#

GUI.matrix

public static Matrix4x4 matrix;

Description

The GUI transform matrix.

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { print(GUI.matrix); } }

Did you find this page useful? Please give it a rating: