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
|