예제 #1
0
파일: DogTarget.cs 프로젝트: fjxph/ARCore
 // Use this for initialization
 void Awake()
 {
     if (GlobalEvent.ImComing != null)
     {
         GlobalEvent.ImComing(this.transform);
     }
 }