docs.unity3d.com
    Show / Hide Table of Contents

    Class LobbyPlayerChanges

    Contains information about a set of changes to a player.

    Inheritance
    Object
    LobbyPlayerChanges
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Services.Lobbies
    Syntax
    public class LobbyPlayerChanges

    Constructors

    LobbyPlayerChanges(Int32)

    Creates a set of changes for a player.

    Declaration
    public LobbyPlayerChanges(int index)
    Parameters
    Type Name Description
    Int32 index

    The index of the player.

    Properties

    ChangedData

    The changes to the player's data.

    Declaration
    public ChangedOrRemovedLobbyValue<Dictionary<string, ChangedOrRemovedLobbyValue<PlayerDataObject>>> ChangedData { get; }
    Property Value
    Type Description
    ChangedOrRemovedLobbyValue<Dictionary<String, ChangedOrRemovedLobbyValue<PlayerDataObject>>>

    ConnectionInfoChanged

    The change to the player's connection information, if it has changed.

    Declaration
    public ChangedLobbyValue<string> ConnectionInfoChanged { get; }
    Property Value
    Type Description
    ChangedLobbyValue<String>

    LastUpdatedChanged

    When the change to the player occurrred.

    Declaration
    public ChangedLobbyValue<DateTime> LastUpdatedChanged { get; }
    Property Value
    Type Description
    ChangedLobbyValue<DateTime>

    PlayerIndex

    The index of the player.

    Declaration
    public int PlayerIndex { get; }
    Property Value
    Type Description
    Int32
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023