Options for the NetworkPrefabTable.
More...
◆ Default
Initial value:= new NetworkPrefabTableOptions() {
}
bool UnloadUnusedPrefabsOnShutdown
If true, all prefabs will be unloaded on shutdown.
Definition: NetworkPrefabTable.cs:448
bool UnloadPrefabOnReleasingLastInstance
If true, prefabs will be unloaded when the last instance is released.
Definition: NetworkPrefabTable.cs:443
Default options.
◆ UnloadPrefabOnReleasingLastInstance
bool UnloadPrefabOnReleasingLastInstance |
If true, prefabs will be unloaded when the last instance is released.
◆ UnloadUnusedPrefabsOnShutdown
bool UnloadUnusedPrefabsOnShutdown |
If true, all prefabs will be unloaded on shutdown.