v1.0.0
Latest
2022.3+
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.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Multiplayer
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 |
---|---|
System.String |