C# Class AStarLinkNode, SpriteMVC

邻节点
Mostrar archivo Open project: zerospace007/SpriteMVC Class Usage Examples

Public Properties

Property Type Description
Cost int
Node AStarNode,

Public Methods

Method Description
AStarLinkNode ( AStarNode, node, int cost )

Method Details

AStarLinkNode() public method

public AStarLinkNode ( AStarNode, node, int cost )
node AStarNode,
cost int

Property Details

Cost public_oe property

花费代价
public int Cost
return int

Node public_oe property

节点
public AStarNode, Node
return AStarNode,