Exemple #1
0
    private Vuforia.GameTrackableEventHandler trackingEventHandle;  //  トラッキング関係のスクリプト

    // Use this for initialization
    void Start()
    {
        //  初期化処理
        managerScript       = this.GetComponent <ARGameManager>();
        imageTarget         = GameObject.Find("ImageTarget 1");
        trackingEventHandle = imageTarget.GetComponent <Vuforia.GameTrackableEventHandler>();
    }
Exemple #2
0
 // Use this for initialization
 void Start()
 {
     gameManager_cs = gameManager.GetComponent <ARGameManager>();
 }