示例#1
0
文件: DogTarget.cs 项目: fjxph/ARCore
 // Use this for initialization
 void Awake()
 {
     if (GlobalEvent.ImComing != null)
     {
         GlobalEvent.ImComing(this.transform);
     }
 }