C# Class Pathfinding.QuadtreeNode

Inheritance: GraphNode
Afficher le fichier Open project: henryj41043/TheUnseen Class Usage Examples

Méthodes publiques

Свойство Type Description
connectionCosts uint[]
connections Pathfinding.GraphNode[]

Méthodes publiques

Méthode Description
AddConnection ( GraphNode node, uint cost ) : void
ClearConnections ( bool alsoReverse ) : void
GetConnections ( GraphNodeDelegate del ) : void
Open ( Path path, PathNode pathNode, PathHandler handler ) : void
QuadtreeNode ( AstarPath astar ) : UnityEngine
RemoveConnection ( GraphNode node ) : void
SetPosition ( Int3 value ) : void

Method Details

AddConnection() public méthode

public AddConnection ( GraphNode node, uint cost ) : void
node GraphNode
cost uint
Résultat void

ClearConnections() public méthode

public ClearConnections ( bool alsoReverse ) : void
alsoReverse bool
Résultat void

GetConnections() public méthode

public GetConnections ( GraphNodeDelegate del ) : void
del GraphNodeDelegate
Résultat void

Open() public méthode

public Open ( Path path, PathNode pathNode, PathHandler handler ) : void
path Path
pathNode PathNode
handler PathHandler
Résultat void

QuadtreeNode() public méthode

public QuadtreeNode ( AstarPath astar ) : UnityEngine
astar AstarPath
Résultat UnityEngine

RemoveConnection() public méthode

public RemoveConnection ( GraphNode node ) : void
node GraphNode
Résultat void

SetPosition() public méthode

public SetPosition ( Int3 value ) : void
value Int3
Résultat void

Property Details

connectionCosts public_oe property

public uint[] connectionCosts
Résultat uint[]

connections public_oe property

public GraphNode[],Pathfinding connections
Résultat Pathfinding.GraphNode[]