C# Class InfoWindowManager, Hero.Coli

Inheritance: MonoBehaviour, RadioGroupListener
Show file 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 property

public UILocalize, bottomLabel
return UILocalize,

explanationLabel public property

public UILocalize, explanationLabel
return UILocalize,

gameObjectName public static property

public static string gameObjectName
return string

gameStateController public property

public GameStateController, gameStateController
return GameStateController,

infoPanel public property

public GameObject infoPanel
return GameObject

infoSprite public property

public UISprite, infoSprite
return UISprite,

inputFiles public property

public string[] inputFiles
return string[]

nextAction public property

public NextAction, nextAction
return NextAction,

subtitleLabel public property

public UILocalize, subtitleLabel
return UILocalize,

titleLabel public property

public UILocalize, titleLabel
return UILocalize,