C# Class NotificationView

Inheritance: MonoBehaviour
Mostra file Open project: FIU-SCIS-Senior-Projects/SmartBuilding4 Class Usage Examples

Public Methods

Method Description
DisableNotificationPanel ( ) : void
EnableNotificationPanel ( ) : void
ToggleQuestScreen ( ) : void
UpdateButton ( int i ) : void
ViewQuestInfo ( int i ) : void

Private Methods

Method Description
PanelFade ( ) : IEnumerator
Start ( ) : void

Method Details

DisableNotificationPanel() public method

public DisableNotificationPanel ( ) : void
return void

EnableNotificationPanel() public method

public EnableNotificationPanel ( ) : void
return void

ToggleQuestScreen() public method

public ToggleQuestScreen ( ) : void
return void

UpdateButton() public method

public UpdateButton ( int i ) : void
i int
return void

ViewQuestInfo() public method

public ViewQuestInfo ( int i ) : void
i int
return void