Table of Contents

Class ProfilerIMGUI

Namespace
Netick.Unity
Assembly
Netick.Unity.dll
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 string
value FloatStats
c Color?

DrawText(string, Color?)

public void DrawText(string text, Color? c = null)

Parameters

text string
c 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