C# Class TiledMapper.ChangeToggleBlock

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

public int Dir
return int

X public_oe property

public int X
return int

Y public_oe property

public int Y
return int