Table of Contents

Class CreateLobbyOptions

Namespace
Coherence.Cloud
Assembly
Coherence.Runtime.dll
public class CreateLobbyOptions
Inheritance
CreateLobbyOptions

Constructors

CreateLobbyOptions()

public CreateLobbyOptions()

Fields

LobbyAttributes

public List<CloudAttribute> LobbyAttributes

Field Value

List<CloudAttribute>

MaxPlayers

public int MaxPlayers

Field Value

int

Name

public string Name

Field Value

string

PlayerAttributes

public List<CloudAttribute> PlayerAttributes

Field Value

List<CloudAttribute>

Region

public string Region

Field Value

string

Secret

public string Secret

Field Value

string

SimulatorSlug

public string SimulatorSlug

Field Value

string

Tag

public string Tag

Field Value

string

Unlisted

public bool Unlisted

Field Value

bool

Properties

Default

public static CreateLobbyOptions Default { get; }

Property Value

CreateLobbyOptions