Method Spawn
Spawn(bool)
Spawns this NetworkObject across the network. Can only be called from the Server
Declaration
public void Spawn(bool destroyWithScene = false)
Parameters
Type | Name | Description |
---|---|---|
bool | destroyWithScene | Should the object be destroyed when the scene is changed |