C# Class LKCamelot.model.Point2D

Mostra file Open project: vans163/LKEmu Class Usage Examples

Public Properties

Property Type Description
Zero Point2D
walkable bool

Public Methods

Method Description
Point2D ( int x, int y ) : System

Method Details

Point2D() public method

public Point2D ( int x, int y ) : System
x int
y int
return System

Property Details

Zero public_oe static_oe property

public static Point2D,LKCamelot.model Zero
return Point2D

walkable public_oe property

public bool walkable
return bool