C# Class GameConfiguration, Hero.Coli

Show file Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
gameMap GameMap,
isAbsoluteWASD bool
isAdmin bool
isLeftClickToMove bool
isSoundOn bool
labelledGameVersionGUID string
language I18n.Language
restartBehavior RestartBehavior
testVersionGUID string

Public Methods

Method Description
GameConfiguration ( ) : UnityEngine
ToString ( ) : string
getGameMapName ( ) : string
getMode ( ) : GameMode,
getMode ( GameMap, map ) : GameMode,
getSceneName ( ) : string
getSceneName ( GameMap, map ) : string
isTestGUID ( ) : bool
setMetricsDestination ( bool wantToBecomeLabelledGameVersion ) : void
switchMetricsGameVersion ( ) : bool

Method Details

GameConfiguration() public method

public GameConfiguration ( ) : UnityEngine
return UnityEngine

ToString() public method

public ToString ( ) : string
return string

getGameMapName() public method

public getGameMapName ( ) : string
return string

getMode() public method

public getMode ( ) : GameMode,
return GameMode,

getMode() public static method

public static getMode ( GameMap, map ) : GameMode,
map GameMap,
return GameMode,

getSceneName() public method

public getSceneName ( ) : string
return string

getSceneName() public static method

public static getSceneName ( GameMap, map ) : string
map GameMap,
return string

isTestGUID() public method

public isTestGUID ( ) : bool
return bool

setMetricsDestination() public method

public setMetricsDestination ( bool wantToBecomeLabelledGameVersion ) : void
wantToBecomeLabelledGameVersion bool
return void

switchMetricsGameVersion() public method

public switchMetricsGameVersion ( ) : bool
return bool

Property Details

gameMap public property

public GameMap, gameMap
return GameMap,

isAbsoluteWASD public property

public bool isAbsoluteWASD
return bool

isAdmin public property

public bool isAdmin
return bool

isLeftClickToMove public property

public bool isLeftClickToMove
return bool

isSoundOn public property

public bool isSoundOn
return bool

labelledGameVersionGUID public static property

public static string labelledGameVersionGUID
return string

language public property

public I18n.Language language
return I18n.Language

restartBehavior public property

public RestartBehavior restartBehavior
return RestartBehavior

testVersionGUID public static property

public static string testVersionGUID
return string