Skip to content
Version 2.11.0
↓ Get the launcher

IClientState.SceneChanged event

Fired when the active scene changes. Argument is the new scene identifier, or null when no scene is active.

public event Action<string?> SceneChanged;