Table of Contents

Interface IHostedEngineApplication

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

Allows a host to inject platform services into an application before initialization begins.

public interface IHostedEngineApplication

Methods

SetHostServices(IEngineHostServices)

Supplies host services that remain valid for the lifetime of the application instance.

void SetHostServices(IEngineHostServices hostServices)

Parameters

hostServices IEngineHostServices

The host services exposed by the active runtime backend.