예제 #1
0
    //zie comment boven createSelectionBar
    void ShowInfoWindow()
    {
        //infoWindow.SetActive (true);

        infoW.selectedObject = gameObject;

        infoW.UpdateFloatingInfo();

        print("showInfoWindow has run");
    }