C# Класс InfoWindowManager, Hero.Coli

Наследование: MonoBehaviour, RadioGroupListener
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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,