Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    • Fields
      • Word0
      • Word1
    • Properties
      • All
    • Extension Methods
    Back to top Copyright © 2012-2024 Wojciech Figat