C# Class InfoWindowManager, Hero.Coli

Inheritance: MonoBehaviour, RadioGroupListener
ファイルを表示 Open project: CyberCRI/Hero.Coli Class Usage Examples

Public Properties

Property Type Description
bottomLabel UILocalize,
explanationLabel UILocalize,
gameObjectName string
gameStateController GameStateController,
infoPanel GameObject
infoSprite UISprite,
inputFiles string[]
nextAction NextAction,
subtitleLabel UILocalize,
titleLabel UILocalize,

Public Methods

Method Description
displayInfoWindow ( string code ) : bool
get ( ) : InfoWindowManager,
getFromString ( string next ) : NextAction,
hasActivePanel ( ) : bool
manageKeyPresses ( ) : GameStateTarget
next ( ) : void

Private Methods

Method Description
Awake ( ) : void
fillInFieldsFromCode ( string code ) : bool
loadDataIntoDico ( string inputFiles, StandardInfoWindowInfo>.Dictionary dico ) : void
retrieveFromDico ( string code ) : StandardInfoWindowInfo,

Method Details

displayInfoWindow() public static method

public static displayInfoWindow ( string code ) : bool
code string
return bool

get() public static method

public static get ( ) : InfoWindowManager,
return InfoWindowManager,

getFromString() public static method

public static getFromString ( string next ) : NextAction,
next string
return NextAction,

hasActivePanel() public static method

public static hasActivePanel ( ) : bool
return bool

manageKeyPresses() public static method

public static manageKeyPresses ( ) : GameStateTarget
return GameStateTarget

next() public static method

public static next ( ) : void
return void

Property Details

bottomLabel public_oe property

public UILocalize, bottomLabel
return UILocalize,

explanationLabel public_oe property

public UILocalize, explanationLabel
return UILocalize,

gameObjectName public_oe static_oe property

public static string gameObjectName
return string

gameStateController public_oe property

public GameStateController, gameStateController
return GameStateController,

infoPanel public_oe property

public GameObject infoPanel
return GameObject

infoSprite public_oe property

public UISprite, infoSprite
return UISprite,

inputFiles public_oe property

public string[] inputFiles
return string[]

nextAction public_oe property

public NextAction, nextAction
return NextAction,

subtitleLabel public_oe property

public UILocalize, subtitleLabel
return UILocalize,

titleLabel public_oe property

public UILocalize, titleLabel
return UILocalize,