C# Class DeveMazeGenerator.MazePointPos

Afficher le fichier Open project: devedse/DeveMazeGenerator Class Usage Examples

Méthodes publiques

Свойство Type Description
RelativePos byte
X int

Méthodes publiques

Méthode Description
MazePointPos ( int X, int Y ) : System
MazePointPos ( int X, int Y, byte RelativePos ) : System
ToString ( ) : string

Method Details

MazePointPos() public méthode

public MazePointPos ( int X, int Y ) : System
X int
Y int
Résultat System

MazePointPos() public méthode

public MazePointPos ( int X, int Y, byte RelativePos ) : System
X int
Y int
RelativePos byte
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

RelativePos public_oe property

public byte RelativePos
Résultat byte

X public_oe property

public int X
Résultat int