Interface IWorldSection
Namespace: SociallyDistant.Core.Core
Assembly: SociallyDistant.Framework.dll
Syntax
public interface IWorldSection
Properties
Name
Gets the name of the world section.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
ShowDebugGui()
Show debug UI for this world section using IMGUI.
Declaration
void ShowDebugGui()