C# Class LKCamelot.model.Point2D

Afficher le fichier Open project: vans163/LKEmu Class Usage Examples

Méthodes publiques

Свойство Type Description
Zero Point2D
walkable bool

Méthodes publiques

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

Method Details

Point2D() public méthode

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

Property Details

Zero public_oe static_oe property

public static Point2D,LKCamelot.model Zero
Résultat Point2D

walkable public_oe property

public bool walkable
Résultat bool