Enum ReplaceOption
How to replace scenes when loading.
Namespace: FishNet.Managing.Scened
Assembly: FishNet.Runtime.dll
Syntax
public enum ReplaceOption : byte
Fields
| Name | Description |
|---|---|
| All | Replace all scenes, online and offline. |
| None | Do not replace any scenes, additional scenes will be loaded as additive. |
| OnlineOnly | Only replace scenes loaded using the SceneManager. |