C# Class Amphibian.Debug.PerformanceRuler

Show file Open project: jaquadro/MonoGdx

Public Methods

Method Description
Dispose ( ) : void
PerformanceRuler ( int index, string name, Color c ) : System
PerformanceRuler ( string name, Color c ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PerformanceRuler() public method

public PerformanceRuler ( int index, string name, Color c ) : System
index int
name string
c Color
return System

PerformanceRuler() public method

public PerformanceRuler ( string name, Color c ) : System
name string
c Color
return System