Enum NetworkManager.PersistenceType
How to persist with multiple NetworkManagers.
Namespace: FishNet.Managing
Assembly: FishNet.Runtime.dll
Syntax
public enum PersistenceType
Fields
| Name | Description |
|---|---|
| AllowMultiple | Allow multiple NetworkManagers, do not destroy any automatically. |
| DestroyNewest | Destroy any new NetworkManagers. |
| DestroyOldest | Destroy previous NetworkManager when a new NetworkManager occurs. |