Ejemplo n.º 1
0
    /// <summary>
    /// Awake method.
    /// </summary>
    void Awake()
    {
        vVisData = FindObjectOfType <VVisDataTable>();

        vVisSQLite    = FindObjectOfType <VVisDataSQLite>();
        vVisUICtrl    = FindObjectOfType <VVisUIController>();
        vVisFixPoints = FindObjectOfType <VVisFixPointsSQLite>();

        multitouch = FindObjectOfType <MultitouchController>();

        loggerAssembly = FindObjectOfType <LoggerAssembly>();

        lines               = GameObject.FindGameObjectsWithTag("Line");
        roadDictionary      = new Dictionary <string, GameObject>();
        queryRoadSelection  = new List <GameObject>();
        playerRoadSelection = new List <GameObject>();
    }
Ejemplo n.º 2
0
    void Awake()
    {
        loggerAssembly = FindObjectOfType <LoggerAssembly>();

        multitouch = FindObjectOfType <MultitouchController>();
    }