C# Class Pathfinding.GraphNode

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

Méthodes publiques

Свойство Type Description
position Int3

Protected Properties

Свойство Type Description
flags uint

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Destroy ( ) : void
GraphNode ( AstarPath astar ) : UnityEngine

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

GraphNode() public méthode

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

Property Details

flags protected_oe property

protected uint flags
Résultat uint

position public_oe property

public Int3,Pathfinding position
Résultat Int3