C# 클래스 InfoWindowManager, Hero.Coli

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

공개 프로퍼티들

프로퍼티 타입 설명
bottomLabel UILocalize,
explanationLabel UILocalize,
gameObjectName string
gameStateController GameStateController,
infoPanel GameObject
infoSprite UISprite,
inputFiles string[]
nextAction NextAction,
subtitleLabel UILocalize,
titleLabel UILocalize,

공개 메소드들

메소드 설명
displayInfoWindow ( string code ) : bool
get ( ) : InfoWindowManager,
getFromString ( string next ) : NextAction,
hasActivePanel ( ) : bool
manageKeyPresses ( ) : GameStateTarget
next ( ) : void

비공개 메소드들

메소드 설명
Awake ( ) : void
fillInFieldsFromCode ( string code ) : bool
loadDataIntoDico ( string inputFiles, StandardInfoWindowInfo>.Dictionary dico ) : void
retrieveFromDico ( string code ) : StandardInfoWindowInfo,

메소드 상세

displayInfoWindow() 공개 정적인 메소드

public static displayInfoWindow ( string code ) : bool
code string
리턴 bool

get() 공개 정적인 메소드

public static get ( ) : InfoWindowManager,
리턴 InfoWindowManager,

getFromString() 공개 정적인 메소드

public static getFromString ( string next ) : NextAction,
next string
리턴 NextAction,

hasActivePanel() 공개 정적인 메소드

public static hasActivePanel ( ) : bool
리턴 bool

manageKeyPresses() 공개 정적인 메소드

public static manageKeyPresses ( ) : GameStateTarget
리턴 GameStateTarget

next() 공개 정적인 메소드

public static next ( ) : void
리턴 void

프로퍼티 상세

bottomLabel 공개적으로 프로퍼티

public UILocalize, bottomLabel
리턴 UILocalize,

explanationLabel 공개적으로 프로퍼티

public UILocalize, explanationLabel
리턴 UILocalize,

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

public static string gameObjectName
리턴 string

gameStateController 공개적으로 프로퍼티

public GameStateController, gameStateController
리턴 GameStateController,

infoPanel 공개적으로 프로퍼티

public GameObject infoPanel
리턴 GameObject

infoSprite 공개적으로 프로퍼티

public UISprite, infoSprite
리턴 UISprite,

inputFiles 공개적으로 프로퍼티

public string[] inputFiles
리턴 string[]

nextAction 공개적으로 프로퍼티

public NextAction, nextAction
리턴 NextAction,

subtitleLabel 공개적으로 프로퍼티

public UILocalize, subtitleLabel
리턴 UILocalize,

titleLabel 공개적으로 프로퍼티

public UILocalize, titleLabel
리턴 UILocalize,