Field TargetClientIdsNativeArray
NativeArray version of target id list - use either this OR TargetClientIds This option avoids any GC allocations but is a bit trickier to use.
Namespace: Unity.Netcode
Assembly: solution.dll
Syntax
public NativeArray<ulong>? TargetClientIdsNativeArray
Returns
Type | Description |
---|---|
NativeArray<ulong>? |