C# Class GameConfiguration, Hero.Coli

Mostrar archivo 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_oe property

public GameMap, gameMap
return GameMap,

isAbsoluteWASD public_oe property

public bool isAbsoluteWASD
return bool

isAdmin public_oe property

public bool isAdmin
return bool

isLeftClickToMove public_oe property

public bool isLeftClickToMove
return bool

isSoundOn public_oe property

public bool isSoundOn
return bool

labelledGameVersionGUID public_oe static_oe property

public static string labelledGameVersionGUID
return string

language public_oe property

public I18n.Language language
return I18n.Language

restartBehavior public_oe property

public RestartBehavior restartBehavior
return RestartBehavior

testVersionGUID public_oe static_oe property

public static string testVersionGUID
return string