C# Class TiledMapper.ChangeToggleWide

The class representing toggling corridor's width.
Inheritance: BaseChange
Afficher le fichier Open project: rotators/tools Class Usage Examples

Méthodes publiques

Свойство Type Description
From bool
To bool
X int
Y int

Méthodes publiques

Méthode Description
ChangeToggleWide ( int x, int y, bool from, bool to ) : System

Method Details

ChangeToggleWide() public méthode

public ChangeToggleWide ( int x, int y, bool from, bool to ) : System
x int
y int
from bool
to bool
Résultat System

Property Details

From public_oe property

public bool From
Résultat bool

To public_oe property

public bool To
Résultat bool

X public_oe property

public int X
Résultat int

Y public_oe property

public int Y
Résultat int