Beispiel #1
0
    public void CreateStationListView()
    {
        StationList newObj = Instantiate <StationList>(stationListPrefab);
        Window      window = winSystem.NewWindow("StationList", newObj.gameObject);

        window.Title = "Station list";
        newObj.SetUniverse(dataModel.Universe);
    }