C# 클래스 Pathfinding.AstarProfiler

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

공개 프로퍼티들

프로퍼티 타입 설명
fastProfileNames string[]
fastProfiles ProfilePoint[]

비공개 메소드들

메소드 설명
AstarProfiler ( ) : System.Collections.Generic
EndFastProfile ( int tag ) : void
EndProfile ( ) : void
EndProfile ( string tag ) : void
InitializeFastProfile ( string profileNames ) : void
PrintFastResults ( ) : void
PrintResults ( ) : void
Reset ( ) : void
StartFastProfile ( int tag ) : void
StartProfile ( string tag ) : void

프로퍼티 상세

fastProfileNames 공개적으로 정적으로 프로퍼티

public static string[] fastProfileNames
리턴 string[]

fastProfiles 공개적으로 정적으로 프로퍼티

public static ProfilePoint[] fastProfiles
리턴 ProfilePoint[]