Beispiel #1
0
 // Use this for initialization
 void Start()
 {
     if (pane == null)
     {
         pane = GameObject.FindGameObjectWithTag("HUDCanvas").transform.Find("InteractionPane").GetComponent <InteractionPane>();
     }
 }