GraphLogger

Namespace: Murder.Diagnostics
Assembly: Murder.dll

public class GraphLogger

Implement this for plotting graphs into the debug system.

⭐ Constructors

public GraphLogger()

⭐ Methods

ClearAllGraphs()

public virtual void ClearAllGraphs()

ClearGraph(string)

public virtual void ClearGraph(string callerFilePath)

Parameters
callerFilePath string

PlotGraph(float, int, string)

public virtual void PlotGraph(float value, int max, string callerFilePath)

Parameters
value float
max int
callerFilePath string

PlotGraph(float, string)

public virtual void PlotGraph(float value, string callerFilePath)

Parameters
value float
callerFilePath string