Свойство | Type | Description | |
---|---|---|---|
bottomLabel | UILocalize, | ||
explanationLabel | UILocalize, | ||
gameObjectName | string | ||
gameStateController | GameStateController, | ||
infoPanel | GameObject | ||
infoSprite | UISprite, | ||
inputFiles | string[] | ||
nextAction | NextAction, | ||
subtitleLabel | UILocalize, | ||
titleLabel | UILocalize, |
Méthode | Description | |
---|---|---|
displayInfoWindow ( string code ) : bool | ||
get ( ) : InfoWindowManager, | ||
getFromString ( string next ) : NextAction, | ||
hasActivePanel ( ) : bool | ||
manageKeyPresses ( ) : GameStateTarget | ||
next ( ) : void |
Méthode | Description | |
---|---|---|
Awake ( ) : void | ||
fillInFieldsFromCode ( string code ) : bool | ||
loadDataIntoDico ( string inputFiles, StandardInfoWindowInfo>.Dictionary |
||
retrieveFromDico ( string code ) : StandardInfoWindowInfo, |
public static displayInfoWindow ( string code ) : bool | ||
code | string | |
Résultat | bool |
public static getFromString ( string next ) : NextAction, | ||
next | string | |
Résultat | NextAction, |
public static manageKeyPresses ( ) : GameStateTarget | ||
Résultat | GameStateTarget |
public GameStateController, gameStateController | ||
Résultat | GameStateController, |