C# Class FPSCounter, project-tango-poc

Inheritance: MonoBehaviour
Mostrar archivo Open project: stetro/project-tango-poc Class Usage Examples

Public Properties

Property Type Description
m_FPSLabelOffsetX int
m_FPSLabelOffsetY int

Private Methods

Method Description
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.

Property Details

m_FPSLabelOffsetX public_oe property

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

m_FPSLabelOffsetY public_oe property

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