C# 클래스 FPSCounter, project-tango-poc

상속: MonoBehaviour
파일 보기 프로젝트 열기: stetro/project-tango-poc 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m_FPSLabelOffsetX int
m_FPSLabelOffsetY int

비공개 메소드들

메소드 설명
OnGUI ( ) : void

OnGUI displays simple 2D UI on top of the world.

Start ( ) : void

Use this for initialization.

Update ( ) : void

Update is called once per frame.

프로퍼티 상세

m_FPSLabelOffsetX 공개적으로 프로퍼티

Offset of FPS string in pixels on X axis of screen.
public int m_FPSLabelOffsetX
리턴 int

m_FPSLabelOffsetY 공개적으로 프로퍼티

Offset of FPS string in pxiels on Y axis of screen.
public int m_FPSLabelOffsetY
리턴 int