Namespace FishNet.Managing.Scened
Classes
DefaultSceneProcessor
LoadOptions
Settings to apply when loading a scene.
LoadParams
Additional user-crafted data which can be included in scene load callbacks.
LoadQueueData
Data generated when loading a scene.
SceneLoadData
Data about which scenes to load.
SceneLookupData
Data container for looking up, loading, or unloading a scene.
SceneManager
Handles loading, unloading, and scene visibility for clients.
SceneProcessorBase
SceneUnloadData
Data about which scenes to unload.
UnloadOptions
Settings to apply when loading a scene.
UnloadParams
Additional user-crafted data which can be included in scene unload callbacks.
UnloadQueueData
Data generated when unloading a scene.
Structs
ClientPresenceChangeEventArgs
Data container about a scene presence change for a client.
EmptyStartScenesBroadcast
Sent when there are starting scenes for the client to load.
PreferredScene
SceneLoadEndEventArgs
Data container about a scene load end.
SceneLoadPercentEventArgs
Data container about a scene load percent change.
SceneLoadStartEventArgs
Data container about a scene load start.
SceneUnloadEndEventArgs
Data container about a scene unload end.
SceneUnloadStartEventArgs
Data container about a scene unload start.
UnloadedScene
Enums
ReplaceOption
How to replace scenes when loading.
SceneScopeType
Type of scopes for a scene load or unload.
UnloadOptions.ServerUnloadMode
Conditions to unloading a scene on the server.