Table of Contents

Interface IEngineHostServices

Namespace
TileWorld.Engine.Hosting
Assembly
TileWorld.Engine.dll

Exposes host-owned services to engine applications that need limited access to lifecycle or platform facilities.

public interface IEngineHostServices

Properties

TextInput

Gets the host-managed text input service.

ITextInputService TextInput { get; }

Property Value

ITextInputService

Methods

RequestExit()

Requests that the active host begin shutting the application down.

void RequestExit()