예제 #1
0
        void CreatePlaceholder()
        {
            HexasphereConfig configComponent = hexa.gameObject.AddComponent <HexasphereConfig> ();

            configComponent.textures = hexa.textures;
            configComponent.config   = hexa.GetTilesConfigurationData();
            configComponent.enabled  = false;
        }