C# 클래스 AssemblyCSharp.CodeProfiler

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: wooga/ps_social_jam

공개 프로퍼티들

프로퍼티 타입 설명
font UnityEngine.Font

공개 메소드들

메소드 설명
Begin ( string id ) : void
End ( string id ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
OnGUI ( ) : void
Update ( ) : void

메소드 상세

Begin() 공개 정적인 메소드

public static Begin ( string id ) : void
id string
리턴 void

End() 공개 정적인 메소드

public static End ( string id ) : void
id string
리턴 void

프로퍼티 상세

font 공개적으로 프로퍼티

public Font,UnityEngine font
리턴 UnityEngine.Font