EditorMapa2D.Layer.Layer C# (CSharp) Méthode

Layer() public méthode

public Layer ( ) : System
Résultat System
        public Layer()
        {
            tiles = new Dictionary<int, Dictionary<int, Tile>>();
            evento = new Dictionary<int, Dictionary<int, int>>();
            visible = true;
            name = "Layer";
        }