C# Class Sol.ObjectiveTracker

Inheritance: Menu
Afficher le fichier Open project: Stumpstump/RoverGame Class Usage Examples

Méthodes publiques

Свойство Type Description
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

Méthodes publiques

Méthode Description
Close ( ) : void
Open ( ) : void
Open ( string objective, bool admin = true, bool delayedClose = false, float delayedCloseTime = 4f ) : void
ShowPermanentObjective ( string objective ) : void

Private Methods

Méthode Description
DelayedClose ( float delayedCloseTime ) : IEnumerator
FadeOldObjective ( PermanentObjectiveDisplay pod ) : IEnumerator
TypeObjective ( string objective ) : IEnumerator
Update ( ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Open() public méthode

public Open ( ) : void
Résultat void

Open() public méthode

public Open ( string objective, bool admin = true, bool delayedClose = false, float delayedCloseTime = 4f ) : void
objective string
admin bool
delayedClose bool
delayedCloseTime float
Résultat void

ShowPermanentObjective() public méthode

public ShowPermanentObjective ( string objective ) : void
objective string
Résultat void

Property Details

aiHexColor public_oe property

public string aiHexColor
Résultat string

completedObjectiveAttributes public_oe property

public CompletedObjectiveAttributes,Sol completedObjectiveAttributes
Résultat CompletedObjectiveAttributes

displayedObjectives public_oe property

public List displayedObjectives
Résultat List

humanHexColor public_oe property

public string humanHexColor
Résultat string

objectivePrefab public_oe property

public ObjectiveDisplay objectivePrefab
Résultat ObjectiveDisplay

objectiveTextAI public_oe property

public Text,UnityEngine.UI objectiveTextAI
Résultat UnityEngine.UI.Text

objectiveTextAdmin public_oe property

public Text,UnityEngine.UI objectiveTextAdmin
Résultat UnityEngine.UI.Text

permanentObjectiveContainer public_oe property

public Transform,UnityEngine permanentObjectiveContainer
Résultat UnityEngine.Transform

permanentObjectivePrefab public_oe property

public PermanentObjectiveDisplay,Sol permanentObjectivePrefab
Résultat PermanentObjectiveDisplay

permanentlyDisplayedObjectives public_oe property

public List permanentlyDisplayedObjectives
Résultat List

persistentHud public_oe property

public PersistentHUD persistentHud
Résultat PersistentHUD

typeSpeed public_oe property

public float typeSpeed
Résultat float