C# Class Dischord.PQEntry

显示文件 Open project: jbrownbridge/Dischord Class Usage Examples

Public Properties

Property Type Description
cost int
pos Vector2

Public Methods

Method Description
PQEntry ( int cost, Vector2 pos, Vector2 target ) : System

Method Details

PQEntry() public method

public PQEntry ( int cost, Vector2 pos, Vector2 target ) : System
cost int
pos Vector2
target Vector2
return System

Property Details

cost public_oe property

public int cost
return int

pos public_oe property

public Vector2 pos
return Vector2