Table of Contents

Enum HostState

Namespace
Gloam.Runtime.Types
Assembly
Gloam.Runtime.dll

Represents the different states of the Gloam runtime host lifecycle

public enum HostState

Fields

ContentLoaded = 2

Content has been loaded and validated

Created = 0

Host has been created but not yet initialized

Disposed = 7

Host has been disposed and cannot be reused

Initialized = 1

Host has been initialized and is ready for content loading

Paused = 5

Host is paused but can be resumed

Running = 4

Host is actively running the game loop

SessionCreated = 3

Game session has been created

Stopped = 6

Host has been stopped