Version: 1.1.0
Delegate NetworkObject.SpawnDelegate
Delegate type for checking spawn options
Namespace: Unity.Netcode
Assembly: MLAPI.dll
Syntax
public delegate bool SpawnDelegate(ulong clientId);
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | clientId | The clientId to check spawn options for |
Returns
Type | Description |
---|---|
System.Boolean |