C# Class TiledMapper.ChangeInternalResize

The class representing a single map resizing step.
Inheritance: BaseChange
ファイルを表示 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_oe property

public int Dir
return int

Size public_oe property

public int Size
return int

Tiles public_oe property

public Tile[,] Tiles
return ].Tile[