Version: 2022.1
언어: 한국어
public static Matrix4x4 matrix ;

설명

The GUI transform matrix.

using UnityEngine;
using System.Collections;

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