Version: 2022.2
言語: 日本語
public static Matrix4x4 matrix ;

説明

GUI の変換行列

using UnityEngine;
using System.Collections;

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