C# Класс Sol.ObjectiveTracker

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

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

Свойство Тип Описание
aiHexColor string
completedObjectiveAttributes CompletedObjectiveAttributes
displayedObjectives List
humanHexColor string
objectivePrefab ObjectiveDisplay
objectiveTextAI UnityEngine.UI.Text
objectiveTextAdmin UnityEngine.UI.Text
permanentObjectiveContainer UnityEngine.Transform
permanentObjectivePrefab PermanentObjectiveDisplay
permanentlyDisplayedObjectives List
persistentHud PersistentHUD
typeSpeed float

Открытые методы

Метод Описание
Close ( ) : void
Open ( ) : void
Open ( string objective, bool admin = true, bool delayedClose = false, float delayedCloseTime = 4f ) : void
ShowPermanentObjective ( string objective ) : void

Приватные методы

Метод Описание
DelayedClose ( float delayedCloseTime ) : IEnumerator
FadeOldObjective ( PermanentObjectiveDisplay pod ) : IEnumerator
TypeObjective ( string objective ) : IEnumerator
Update ( ) : void

Описание методов

Close() публичный Метод

public Close ( ) : void
Результат void

Open() публичный Метод

public Open ( ) : void
Результат void

Open() публичный Метод

public Open ( string objective, bool admin = true, bool delayedClose = false, float delayedCloseTime = 4f ) : void
objective string
admin bool
delayedClose bool
delayedCloseTime float
Результат void

ShowPermanentObjective() публичный Метод

public ShowPermanentObjective ( string objective ) : void
objective string
Результат void

Описание свойств

aiHexColor публичное свойство

public string aiHexColor
Результат string

completedObjectiveAttributes публичное свойство

public CompletedObjectiveAttributes,Sol completedObjectiveAttributes
Результат CompletedObjectiveAttributes

displayedObjectives публичное свойство

public List displayedObjectives
Результат List

humanHexColor публичное свойство

public string humanHexColor
Результат string

objectivePrefab публичное свойство

public ObjectiveDisplay objectivePrefab
Результат ObjectiveDisplay

objectiveTextAI публичное свойство

public Text,UnityEngine.UI objectiveTextAI
Результат UnityEngine.UI.Text

objectiveTextAdmin публичное свойство

public Text,UnityEngine.UI objectiveTextAdmin
Результат UnityEngine.UI.Text

permanentObjectiveContainer публичное свойство

public Transform,UnityEngine permanentObjectiveContainer
Результат UnityEngine.Transform

permanentObjectivePrefab публичное свойство

public PermanentObjectiveDisplay,Sol permanentObjectivePrefab
Результат PermanentObjectiveDisplay

permanentlyDisplayedObjectives публичное свойство

public List permanentlyDisplayedObjectives
Результат List

persistentHud публичное свойство

public PersistentHUD persistentHud
Результат PersistentHUD

typeSpeed публичное свойство

public float typeSpeed
Результат float