示例#1
0
 public DebugBehaviour()
 {
     Instance = this;
 }
示例#2
0
 public UnityDebug()
 {
     DebugObj = new GameObject("[DebugGameObject]").AddComponent <DebugBehaviour>();
 }