C# 클래스 Pathfinding.NodeLink3Node

상속: PointNode
파일 보기 프로젝트 열기: henryj41043/TheUnseen 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
link NodeLink3
portalA Vector3
portalB Vector3

공개 메소드들

메소드 설명
GetOther ( GraphNode a ) : GraphNode
GetPortal ( GraphNode other, List left, List right, bool backwards ) : bool
NodeLink3Node ( AstarPath active ) : UnityEngine

비공개 메소드들

메소드 설명
GetOtherInternal ( GraphNode a ) : GraphNode

메소드 상세

GetOther() 공개 메소드

public GetOther ( GraphNode a ) : GraphNode
a GraphNode
리턴 GraphNode

GetPortal() 공개 메소드

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

NodeLink3Node() 공개 메소드

public NodeLink3Node ( AstarPath active ) : UnityEngine
active AstarPath
리턴 UnityEngine

프로퍼티 상세

link 공개적으로 프로퍼티

public NodeLink3,Pathfinding link
리턴 NodeLink3

portalA 공개적으로 프로퍼티

public Vector3 portalA
리턴 Vector3

portalB 공개적으로 프로퍼티

public Vector3 portalB
리턴 Vector3