Enum UnloadOptions.ServerUnloadMode
Conditions to unloading a scene on the server.
Namespace: FishNet.Managing.Scened
Assembly: FishNet.Runtime.dll
Syntax
public enum ServerUnloadMode
Fields
Name | Description |
---|---|
KeepUnused | Unloads scenes for connections but keeps scene loaded on server even if no connections are within it. |
UnloadUnused | Unloads the scene if no more connections are within it. |