C# 클래스 GameConfiguration, Hero.Coli

파일 보기 프로젝트 열기: CyberCRI/Hero.Coli 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
gameMap GameMap,
isAbsoluteWASD bool
isAdmin bool
isLeftClickToMove bool
isSoundOn bool
labelledGameVersionGUID string
language I18n.Language
restartBehavior RestartBehavior
testVersionGUID string

공개 메소드들

메소드 설명
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

메소드 상세

GameConfiguration() 공개 메소드

public GameConfiguration ( ) : UnityEngine
리턴 UnityEngine

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

getGameMapName() 공개 메소드

public getGameMapName ( ) : string
리턴 string

getMode() 공개 메소드

public getMode ( ) : GameMode,
리턴 GameMode,

getMode() 공개 정적인 메소드

public static getMode ( GameMap, map ) : GameMode,
map GameMap,
리턴 GameMode,

getSceneName() 공개 메소드

public getSceneName ( ) : string
리턴 string

getSceneName() 공개 정적인 메소드

public static getSceneName ( GameMap, map ) : string
map GameMap,
리턴 string

isTestGUID() 공개 메소드

public isTestGUID ( ) : bool
리턴 bool

setMetricsDestination() 공개 메소드

public setMetricsDestination ( bool wantToBecomeLabelledGameVersion ) : void
wantToBecomeLabelledGameVersion bool
리턴 void

switchMetricsGameVersion() 공개 메소드

public switchMetricsGameVersion ( ) : bool
리턴 bool

프로퍼티 상세

gameMap 공개적으로 프로퍼티

public GameMap, gameMap
리턴 GameMap,

isAbsoluteWASD 공개적으로 프로퍼티

public bool isAbsoluteWASD
리턴 bool

isAdmin 공개적으로 프로퍼티

public bool isAdmin
리턴 bool

isLeftClickToMove 공개적으로 프로퍼티

public bool isLeftClickToMove
리턴 bool

isSoundOn 공개적으로 프로퍼티

public bool isSoundOn
리턴 bool

labelledGameVersionGUID 공개적으로 정적으로 프로퍼티

public static string labelledGameVersionGUID
리턴 string

language 공개적으로 프로퍼티

public I18n.Language language
리턴 I18n.Language

restartBehavior 공개적으로 프로퍼티

public RestartBehavior restartBehavior
리턴 RestartBehavior

testVersionGUID 공개적으로 정적으로 프로퍼티

public static string testVersionGUID
리턴 string