Skip to main content

Delegate NetworkObject.SpawnDelegate

Delegate type for checking spawn options

Namespace: Unity.Netcode
Assembly: MLAPI.dll
Syntax
public delegate bool SpawnDelegate(ulong clientId);
Parameters
TypeNameDescription
System.UInt64clientIdThe clientId to check spawn options for
Returns
TypeDescription
System.Boolean