C# Class Dwarrowdelf.AStarNode

Inheritance: IOpenListNode
Mostra file Open project: tomba/dwarrowdelf Class Usage Examples

Public Properties

Property Type Description
Parent AStarNode

Public Methods

Method Description
AStarNode ( IntVector3 l, AStarNode parent ) : System

Method Details

AStarNode() public method

public AStarNode ( IntVector3 l, AStarNode parent ) : System
l IntVector3
parent AStarNode
return System

Property Details

Parent public_oe property

public AStarNode,Dwarrowdelf Parent
return AStarNode