C# Class PopupManager, rdd-cardboard

Inheritance: MonoBehaviour
Show file Open project: RigaDevDay/rdd-cardboard Class Usage Examples

Public Properties

Property Type Description
currentDay int
days string[]
daysGO GameObject[]
isPopupShown bool
popup GameObject
popupCanvas GameObject
speakers Speakers,

Public Methods

Method Description
After ( ) : void
Before ( ) : void
ClosePopup ( ) : void
LoadPopup ( string speakerName ) : void

Private Methods

Method Description
CheckButtonAvailability ( ) : void
Disable ( ) : IEnumerator
HideAllDays ( ) : void
ShowCurrentDay ( ) : void
Start ( ) : void

Method Details

After() public method

public After ( ) : void
return void

Before() public method

public Before ( ) : void
return void

ClosePopup() public method

public ClosePopup ( ) : void
return void

LoadPopup() public method

public LoadPopup ( string speakerName ) : void
speakerName string
return void

Property Details

currentDay public static property

public static int currentDay
return int

days public static property

public static string[] days
return string[]

daysGO public static property

public static GameObject[] daysGO
return GameObject[]

isPopupShown public static property

public static bool isPopupShown
return bool

popup public static property

public static GameObject popup
return GameObject

popupCanvas public static property

public static GameObject popupCanvas
return GameObject

speakers public static property

public static Speakers, speakers
return Speakers,