|
The GUI transform matrix.
print (GUI.matrix);
using UnityEngine;
using System.Collections;
public class example : MonoBehaviour {
void Example() {
print(GUI.matrix);
}
}
import UnityEngine
import System.Collections
class example(MonoBehaviour):
def Example():
print(GUI.matrix)