Class SessionManager
The SessionManager handles the lifecycle of a Session.
When the application is quit the SessionManager will leave the active session.
Inheritance
Inherited Members
Namespace: Unity.Multiplayer.Widgets
Assembly: Unity.Multiplayer.Widgets.Core.dll
Syntax
public class SessionManager : Singleton<SessionManager>
Fields
OnSessionChanged
Callback when the Session is updated.
Called when the session is created or joined.
Declaration
public UnityEvent<ISession> OnSessionChanged
Field Value
Type | Description |
---|---|
Unity |