Ejemplo n.º 1
0
    void QuerySetObjectsLoaded()
    {
        foreach (GameObject tObj in HexObjectList)
        {
            HexObject objectScript = tObj.GetComponent <HexObject> ();
            objectScript._State = HexObject.eState.Loaded;

            objectScript.InitHexLinkList();
        }
    }