interface IMenuSystem

in global :: Sandbox . Internal

This is how the engine communicates with the menu system


public void Popup( string type, string title, string subtitle )

Show a popup

public void Question( string message, string icon, Action yes, Action no )

Show a question

public void OnPackageClosed( Package package )

Package closed. Add a toast asking if it was cool or not

public bool ForceCursorVisible { get; }

True if we want to force the cursor to be visible and swallow input. This is used for the developer console and loading screens.

public void Init( )

😔 No documentation found.

public void Shutdown( )

😔 No documentation found.

public void Tick( )

😔 No documentation found.