Class GuiDebugService
A debugging service for debugging Socially Distant's GUI.
Implements
Inherited Members
Namespace: SociallyDistant.Core.UI
Assembly: SociallyDistant.Framework.dll
Syntax
public sealed class GuiDebugService : IDebugService
Constructors
GuiDebugService(GuiDebugger)
A debugging service for debugging Socially Distant's GUI.
Declaration
public GuiDebugService(GuiDebugger guiDebugger)
Parameters
Type | Name | Description |
---|---|---|
GuiDebugger | guiDebugger | The actual GUI debugger. |
Properties
IsActive
Declaration
public bool IsActive { get; }
Property Value
Type | Description |
---|---|
bool |
Methods
ToggleVisible()
Toggle the visibility of the IMGUI layer for GUI debugging in Socially Distant.
Declaration
public void ToggleVisible()
Update()
Declaration
public void Update()