C# 클래스 FunctionTimer

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

공개 메소드들

메소드 설명
DISPLAY_FUNCTION_TIMER_AVERAGE ( string functionName ) : void
RESET ( ) : void
START_FUNCTION_TIMER ( string functionName ) : void
STOP_FUNCTION_TIMER ( string functionName ) : void

메소드 상세

DISPLAY_FUNCTION_TIMER_AVERAGE() 공개 정적인 메소드

public static DISPLAY_FUNCTION_TIMER_AVERAGE ( string functionName ) : void
functionName string
리턴 void

RESET() 공개 정적인 메소드

public static RESET ( ) : void
리턴 void

START_FUNCTION_TIMER() 공개 정적인 메소드

public static START_FUNCTION_TIMER ( string functionName ) : void
functionName string
리턴 void

STOP_FUNCTION_TIMER() 공개 정적인 메소드

public static STOP_FUNCTION_TIMER ( string functionName ) : void
functionName string
리턴 void