C# Class PopupManager, rdd-cardboard

Inheritance: MonoBehaviour
Afficher le fichier Open project: RigaDevDay/rdd-cardboard Class Usage Examples

Méthodes publiques

Свойство Type Description
currentDay int
days string[]
daysGO GameObject[]
isPopupShown bool
popup GameObject
popupCanvas GameObject
speakers Speakers,

Méthodes publiques

Méthode Description
After ( ) : void
Before ( ) : void
ClosePopup ( ) : void
LoadPopup ( string speakerName ) : void

Private Methods

Méthode Description
CheckButtonAvailability ( ) : void
Disable ( ) : IEnumerator
HideAllDays ( ) : void
ShowCurrentDay ( ) : void
Start ( ) : void

Method Details

After() public méthode

public After ( ) : void
Résultat void

Before() public méthode

public Before ( ) : void
Résultat void

ClosePopup() public méthode

public ClosePopup ( ) : void
Résultat void

LoadPopup() public méthode

public LoadPopup ( string speakerName ) : void
speakerName string
Résultat void

Property Details

currentDay public_oe static_oe property

public static int currentDay
Résultat int

days public_oe static_oe property

public static string[] days
Résultat string[]

daysGO public_oe static_oe property

public static GameObject[] daysGO
Résultat GameObject[]

isPopupShown public_oe static_oe property

public static bool isPopupShown
Résultat bool

popup public_oe static_oe property

public static GameObject popup
Résultat GameObject

popupCanvas public_oe static_oe property

public static GameObject popupCanvas
Résultat GameObject

speakers public_oe static_oe property

public static Speakers, speakers
Résultat Speakers,