Interface IEngineHostServices
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
Methods
RequestExit()
Requests that the active host begin shutting the application down.
void RequestExit()