Class ProfilerIMGUI
public class ProfilerIMGUI
- Inheritance
-
ProfilerIMGUI
- Inherited Members
Constructors
ProfilerIMGUI()
public ProfilerIMGUI()
Methods
DrawFloatStats(string, FloatStats, Color?)
public void DrawFloatStats(string title, FloatStats value, Color? c = null)
Parameters
title
stringvalue
FloatStatsc
Color?
DrawText(string, Color?)
public void DrawText(string text, Color? c = null)
Parameters
text
stringc
Color?
End()
public void End()
Start(int)
public void Start(int startOffset = 1)
Parameters
startOffset
int
Update(float)
public void Update(float updateValue)
Parameters
updateValue
float