C# Class Pathfinding.NodeLink3Node

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

Méthodes publiques

Свойство Type Description
link NodeLink3
portalA Vector3
portalB Vector3

Méthodes publiques

Méthode Description
GetOther ( GraphNode a ) : GraphNode
GetPortal ( GraphNode other, List left, List right, bool backwards ) : bool
NodeLink3Node ( AstarPath active ) : UnityEngine

Private Methods

Méthode Description
GetOtherInternal ( GraphNode a ) : GraphNode

Method Details

GetOther() public méthode

public GetOther ( GraphNode a ) : GraphNode
a GraphNode
Résultat GraphNode

GetPortal() public méthode

public GetPortal ( GraphNode other, List left, List right, bool backwards ) : bool
other GraphNode
left List
right List
backwards bool
Résultat bool

NodeLink3Node() public méthode

public NodeLink3Node ( AstarPath active ) : UnityEngine
active AstarPath
Résultat UnityEngine

Property Details

link public_oe property

public NodeLink3,Pathfinding link
Résultat NodeLink3

portalA public_oe property

public Vector3 portalA
Résultat Vector3

portalB public_oe property

public Vector3 portalB
Résultat Vector3