Delegate NetworkSpawnManager.SpawnHandlerDelegate
The delegate used when spawning a NetworkObject
Namespace: MLAPI.Spawning
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public delegate NetworkObject NetworkSpawnManager.SpawnHandlerDelegate(Vector3 position, Quaternion rotation)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | position | The position to spawn the object at |
Quaternion | rotation | The rotation to spawn the object with |
Returns
Type | Description |
---|---|
NetworkObject |