Dojo
Loading...
Searching...
No Matches
Dojo.Nakama.NakamaConfig Class Reference

Nakama configuration object. More...

Inheritance diagram for Dojo.Nakama.NakamaConfig:

Public Attributes

string GameTag = "DefaultGame"
 
int MaxNumPlayers = 2
 
string Scheme = "http"
 
string Host = "localhost"
 
int Port = 7350
 
string ServerKey = "defaultkey"
 

Detailed Description

Nakama configuration object.

Member Data Documentation

◆ GameTag

string Dojo.Nakama.NakamaConfig.GameTag = "DefaultGame"

Game identifier

◆ Host

string Dojo.Nakama.NakamaConfig.Host = "localhost"

Nakama server IP address

◆ MaxNumPlayers

int Dojo.Nakama.NakamaConfig.MaxNumPlayers = 2

Maximum number of players allowed in game

◆ Port

int Dojo.Nakama.NakamaConfig.Port = 7350

Nakama server port

◆ Scheme

string Dojo.Nakama.NakamaConfig.Scheme = "http"

Connection scheme (http or https)

◆ ServerKey

string Dojo.Nakama.NakamaConfig.ServerKey = "defaultkey"

Nakama server authentication key


The documentation for this class was generated from the following file: