C# Class Pathfinding.GraphNode

Show file Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
position Int3

Protected Properties

Property Type Description
flags uint

Private Properties

Property Type Description

Public Methods

Method Description
Destroy ( ) : void
GraphNode ( AstarPath astar ) : UnityEngine

Method Details

Destroy() public method

public Destroy ( ) : void
return void

GraphNode() public method

public GraphNode ( AstarPath astar ) : UnityEngine
astar AstarPath
return UnityEngine

Property Details

flags protected property

protected uint flags
return uint

position public property

public Int3,Pathfinding position
return Int3