C# 클래스 fBaseXtensions.Navigation.Gridpoint.GPArea

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

공개 메소드들

메소드 설명
AttemptFindSafeSpot ( System.Vector3 CurrentPosition, System.Vector3 LOS, PointCheckingFlags Flags ) : System.Vector3

Searches for a safespot!

GPArea ( System.Vector3 startingLocation ) : System
GridPointContained ( GridPoint point ) : bool

비공개 메소드들

메소드 설명
BlacklistLastSafespot ( ) : void
GetGPRectContainingPoint ( GridPoint Point ) : GPRectangle
iterateGPRectsSafeSpot ( System.Vector3 CurrentPosition, System.Vector3 &safespot, System.Vector3 LOS, PointCheckingFlags Flags ) : void

메소드 상세

AttemptFindSafeSpot() 공개 메소드

Searches for a safespot!
public AttemptFindSafeSpot ( System.Vector3 CurrentPosition, System.Vector3 LOS, PointCheckingFlags Flags ) : System.Vector3
CurrentPosition System.Vector3
LOS System.Vector3
Flags PointCheckingFlags
리턴 System.Vector3

GPArea() 공개 메소드

public GPArea ( System.Vector3 startingLocation ) : System
startingLocation System.Vector3
리턴 System

GridPointContained() 공개 메소드

public GridPointContained ( GridPoint point ) : bool
point GridPoint
리턴 bool