C# Class GameMachine.ServerConfig

Inheritance: UnityEngine.ScriptableObject
Mostrar archivo 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_oe property

public List buildScenes
return List

configName public_oe property

public string configName
return string

deployCount public_oe property

public int deployCount
return int

gmcsPath public_oe property

public string gmcsPath
return string

runHeadless public_oe property

public bool runHeadless
return bool

serverPath public_oe property

public string serverPath
return string