DebugServices

Namespace: Murder.Services
Assembly: Murder.dll

public static class DebugServices

⭐ Properties

DebugPreviewImage

public static Texture2D DebugPreviewImage;

Returns
Texture2D

⭐ Methods

StopwatchStart()

public DateTime StopwatchStart()

Returns
DateTime

StopwatchStop()

public float StopwatchStop()

Returns
float

SaveLogAsync(string)

public Task SaveLogAsync(string fullpath)

Parameters
fullpath string

Returns
Task