Class NetworkClientsMask
Bit mask for NetworkClient list (eg. to selectively send object replication).
Inheritance
System.Object
NetworkClientsMask
Namespace: FlaxEngine.Networking
Assembly: FlaxEngine.CSharp.dll
Syntax
[Unmanaged]
public sealed class NetworkClientsMask : ValueType
Fields
Word0
The first 64 bits (each for one client).
Declaration
public ulong Word0
Field Value
System.UInt64
|
Word1
The second 64 bits (each for one client).
Declaration
public ulong Word1
Field Value
System.UInt64
|
Properties
All
All bits set for all clients.
Declaration
[Unmanaged]
public static NetworkClientsMask All { get; set; }
Property Value
NetworkClientsMask
|