C# Class NotificationView

Inheritance: MonoBehaviour
Afficher le fichier Open project: FIU-SCIS-Senior-Projects/SmartBuilding4 Class Usage Examples

Méthodes publiques

Méthode Description
DisableNotificationPanel ( ) : void
EnableNotificationPanel ( ) : void
ToggleQuestScreen ( ) : void
UpdateButton ( int i ) : void
ViewQuestInfo ( int i ) : void

Private Methods

Méthode Description
PanelFade ( ) : IEnumerator
Start ( ) : void

Method Details

DisableNotificationPanel() public méthode

public DisableNotificationPanel ( ) : void
Résultat void

EnableNotificationPanel() public méthode

public EnableNotificationPanel ( ) : void
Résultat void

ToggleQuestScreen() public méthode

public ToggleQuestScreen ( ) : void
Résultat void

UpdateButton() public méthode

public UpdateButton ( int i ) : void
i int
Résultat void

ViewQuestInfo() public méthode

public ViewQuestInfo ( int i ) : void
i int
Résultat void