Skip to main content

Delegate NetworkObject.VisibilityDelegate

Delegate type for checking visibility

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