C# Class TiledMapper.ChangeToggleBlock

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

Méthodes publiques

Свойство Type Description
Dir int
X int
Y int

Méthodes publiques

Méthode Description
ChangeToggleBlock ( int x, int y, int dir ) : System

Method Details

ChangeToggleBlock() public méthode

public ChangeToggleBlock ( int x, int y, int dir ) : System
x int
y int
dir int
Résultat System

Property Details

Dir public_oe property

public int Dir
Résultat int

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int