C# Class TiledMapper.ChangeToggleBlock

The class representing toggling a single tile wall.
Inheritance: BaseChange
Show file Open project: rotators/tools Class Usage Examples

Public Properties

Property Type Description
Dir int
X int
Y int

Public Methods

Method Description
ChangeToggleBlock ( int x, int y, int dir ) : System

Method Details

ChangeToggleBlock() public method

public ChangeToggleBlock ( int x, int y, int dir ) : System
x int
y int
dir int
return System

Property Details

Dir public property

public int Dir
return int

X public property

public int X
return int

Y public property

public int Y
return int