Property | Type | Description | |
---|---|---|---|
aiHexColor | string | ||
completedObjectiveAttributes | |||
displayedObjectives | List |
||
humanHexColor | string | ||
objectivePrefab | ObjectiveDisplay | ||
objectiveTextAI | |||
objectiveTextAdmin | |||
permanentObjectiveContainer | |||
permanentObjectivePrefab | |||
permanentlyDisplayedObjectives | List |
||
persistentHud | PersistentHUD | ||
typeSpeed | float |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Open ( ) : void | ||
Open ( string objective, bool admin = true, bool delayedClose = false, float delayedCloseTime = 4f ) : void | ||
ShowPermanentObjective ( string objective ) : void |
Method | Description | |
---|---|---|
DelayedClose ( float delayedCloseTime ) : IEnumerator | ||
FadeOldObjective ( |
||
TypeObjective ( string objective ) : IEnumerator | ||
Update ( ) : void |
public Open ( string objective, bool admin = true, bool delayedClose = false, float delayedCloseTime = 4f ) : void | ||
objective | string | |
admin | bool | |
delayedClose | bool | |
delayedCloseTime | float | |
return | void |
public ShowPermanentObjective ( string objective ) : void | ||
objective | string | |
return | void |
public CompletedObjectiveAttributes,Sol completedObjectiveAttributes | ||
return |
public Text,UnityEngine.UI objectiveTextAI | ||
return |
public Text,UnityEngine.UI objectiveTextAdmin | ||
return |
public Transform,UnityEngine permanentObjectiveContainer | ||
return |
public PermanentObjectiveDisplay,Sol permanentObjectivePrefab | ||
return |
public List |
||
return | List |