Class CreateLobbyOptions
public class CreateLobbyOptions
- Inheritance
-
CreateLobbyOptions
Constructors
CreateLobbyOptions()
public CreateLobbyOptions()
Fields
LobbyAttributes
public List<CloudAttribute> LobbyAttributes
Field Value
MaxPlayers
public int MaxPlayers
Field Value
Name
public string Name
Field Value
PlayerAttributes
public List<CloudAttribute> PlayerAttributes
Field Value
Region
public string Region
Field Value
Secret
public string Secret
Field Value
SimulatorSlug
public string SimulatorSlug
Field Value
Tag
public string Tag
Field Value
Unlisted
public bool Unlisted
Field Value
Properties
Default
public static CreateLobbyOptions Default { get; }