C# 클래스 Pathfinding.GraphUpdateShape

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

공개 메소드들

메소드 설명
Contains ( GraphNode node ) : bool
Contains ( Vector3 point ) : bool
GetBounds ( ) : Bounds

비공개 메소드들

메소드 설명
CalculateConvexHull ( ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( GraphNode node ) : bool
node GraphNode
리턴 bool

Contains() 공개 메소드

public Contains ( Vector3 point ) : bool
point UnityEngine.Vector3
리턴 bool

GetBounds() 공개 메소드

public GetBounds ( ) : Bounds
리턴 UnityEngine.Bounds