Search Results for

    Show / Hide Table of Contents

    Class OnlineUser

    Online platform user description.

    Inheritance
    System.Object
    OnlineUser
    Namespace: FlaxEngine.Online
    Assembly: FlaxEngine.CSharp.dll
    Syntax
    [Unmanaged]
    public sealed class OnlineUser : ValueType

    Fields

    Id

    Unique player identifier. Specific for a certain online platform.

    Declaration
    public Guid Id
    Field Value
    System.Guid

    Name

    The player name.

    Declaration
    public string Name
    Field Value
    System.String

    PresenceState

    The current player presence state.

    Declaration
    public OnlinePresenceStates PresenceState
    Field Value
    OnlinePresenceStates

    Properties

    Default

    The default OnlineUser.

    Declaration
    public static OnlineUser Default { get; }
    Property Value
    OnlineUser

    Extension Methods

    Extensions.ReflectiveCompare<T>(T, T)
    Extensions.RawClone<T>(T)
    In This Article
    Back to top Copyright © 2012-2024 Wojciech Figat