Delegate NetworkVariablePermissionsDelegate
Delegate type for permission checking
Namespace: MLAPI.NetworkVariable
Assembly: Unity.Multiplayer.MLAPI.Runtime.dll
Syntax
public delegate bool NetworkVariablePermissionsDelegate(ulong clientId)
Parameters
| Type | Name | Description |
|---|---|---|
| ulong | clientId | The clientId whose permissions to check |
Returns
| Type | Description |
|---|---|
| bool |