コード例 #1
0
ファイル: DogTarget.cs プロジェクト: fjxph/ARCore
 // Use this for initialization
 void Awake()
 {
     if (GlobalEvent.ImComing != null)
     {
         GlobalEvent.ImComing(this.transform);
     }
 }