Creates a new bank with the offset offset.
            
    Namespace: 
   SGP.Baltie2DAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
 Syntax
Syntax
| C# | 
|---|
| public Baltie2DImageTiles CreateNewTiles( int offset, bool local, int countX, int countY, int tileWidth, int tileHeight, bool tileSpacing ) | 
Parameters
- offset
- Type: System..::.Int32
 The bank offset.
- local
- Type: System..::.Boolean
 Whether the bank is local.
- countX
- Type: System..::.Int32
 The number of tiles in the X axis.
- countY
- Type: System..::.Int32
 The number of tiles in the Y axis.
- tileWidth
- Type: System..::.Int32
 Tile width.
- tileHeight
- Type: System..::.Int32
 Tile height.
- tileSpacing
- Type: System..::.Boolean
 Whether between tiles will be a pixel space.





