C# Class VoidLib.Navigation.Pathfinding.PathNode

ファイルを表示 Open project: andrewmunro/Void Class Usage Examples

Public Properties

Property Type Description
f float
parentNode PathNode
traversable bool

Public Methods

Method Description
getConnections ( ) : List

Method Details

getConnections() public method

public getConnections ( ) : List
return List

Property Details

f public_oe property

public float f
return float

parentNode public_oe property

public PathNode,VoidLib.Navigation.Pathfinding parentNode
return PathNode

traversable public_oe property

public bool traversable
return bool