PsmFramework.Engines.DrawEngine2d.TiledTextures.GridIndex.GridIndex C# (CSharp) Méthode

GridIndex() public méthode

public GridIndex ( TiledTexture tiledTexture, Int32 columns = DefaultColumns, Int32 rows = DefaultRows, String name = DefaultName ) : System
tiledTexture TiledTexture
columns System.Int32
rows System.Int32
name String
Résultat System
        public GridIndex(TiledTexture tiledTexture, Int32 columns = DefaultColumns, Int32 rows = DefaultRows, String name = DefaultName)
            : base(name, tiledTexture)
        {
            BuildKeyList(columns, rows);
        }