C# Class GameMachine.ServerConfig

Inheritance: UnityEngine.ScriptableObject
Show file Open project: gamemachine/gamemachine Class Usage Examples

Public Properties

Property Type Description
buildScenes List
configName string
deployCount int
gmcsPath string
runHeadless bool
serverPath string

Property Details

buildScenes public property

public List buildScenes
return List

configName public property

public string configName
return string

deployCount public property

public int deployCount
return int

gmcsPath public property

public string gmcsPath
return string

runHeadless public property

public bool runHeadless
return bool

serverPath public property

public string serverPath
return string