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;See Also
Section titled “See Also”- interface IClientState
- namespace Stellar.Abstractions.Services