Class ProfilerIMGUI
public class ProfilerIMGUI
- Inheritance
-
ProfilerIMGUI
- Inherited Members
Constructors
ProfilerIMGUI()
public ProfilerIMGUI()
Methods
DrawFloatStats(string, FloatStats, Color?, float)
public void DrawFloatStats(string title, FloatStats value, Color? c = null, float multiplier = 1)
Parameters
titlestringvalueFloatStatscColor?multiplierfloat
DrawText(string, Color?)
public void DrawText(string text, Color? c = null)
Parameters
textstringcColor?
End()
public void End()
Start(int)
public void Start(int startOffset = 1)
Parameters
startOffsetint
Update(float)
public void Update(float updateValue)
Parameters
updateValuefloat