docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class JoinSessionOptions

    Options to configure a session when joining. Some options will only be used if a session needs to be created. Options can be customized to provide additional feature configuration.

    Inheritance
    object
    BaseSessionOptions
    JoinSessionOptions
    Inherited Members
    BaseSessionOptions.Type
    BaseSessionOptions.PlayerProperties
    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 : BaseSessionOptions

    Properties

    Password

    The password used to connect to the Session

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

    Extension Methods

    SessionOptionsExtensions.WithNetworkHandler<T>(T, INetworkHandler)
    In This Article
    • Properties
      • Password
    • Extension Methods
    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)