docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JoinSessionOptions

    Session Join Options

    Inheritance
    object
    JoinSessionOptions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Multiplayer
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    public class JoinSessionOptions

    Properties

    Password

    The password used to connect to the Session

    Declaration
    public string Password { get; set; }
    Property Value
    Type Description
    string

    PlayerProperties

    Custom game-specific properties that apply to an individual player (e.g. role or skill).

    Declaration
    public Dictionary<string, PlayerProperty> PlayerProperties { get; set; }
    Property Value
    Type Description
    Dictionary<string, PlayerProperty>
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)