C# Class Pathfinding.NodeLink3Node

Inheritance: PointNode
Mostrar archivo Open project: henryj41043/TheUnseen Class Usage Examples

Public Properties

Property Type Description
link NodeLink3
portalA Vector3
portalB Vector3

Public Methods

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

Private Methods

Method Description
GetOtherInternal ( GraphNode a ) : GraphNode

Method Details

GetOther() public method

public GetOther ( GraphNode a ) : GraphNode
a GraphNode
return GraphNode

GetPortal() public method

public GetPortal ( GraphNode other, List left, List right, bool backwards ) : bool
other GraphNode
left List
right List
backwards bool
return bool

NodeLink3Node() public method

public NodeLink3Node ( AstarPath active ) : UnityEngine
active AstarPath
return UnityEngine

Property Details

link public_oe property

public NodeLink3,Pathfinding link
return NodeLink3

portalA public_oe property

public Vector3 portalA
return Vector3

portalB public_oe property

public Vector3 portalB
return Vector3