C# Class TiledMapper.ChangeInternalResize

The class representing a single map resizing step.
Inheritance: BaseChange
Show file Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
Dir int
Size int
Tiles ].Tile[

Public Methods

Method Description
ChangeInternalResize ( int dir, int size, Tile tiles ) : System

Method Details

ChangeInternalResize() public method

public ChangeInternalResize ( int dir, int size, Tile tiles ) : System
dir int
size int
tiles Tile
return System

Property Details

Dir public property

public int Dir
return int

Size public property

public int Size
return int

Tiles public property

public Tile[,] Tiles
return ].Tile[