C# Class Prefabs.ModalAlert

Inheritance: UnityEngine.MonoBehaviour
Afficher le fichier Open project: Unity3dAzure/AppServicesDemo

Méthodes publiques

Свойство Type Description
messageBox UnityEngine.UI.Text
titleBox UnityEngine.UI.Text

Méthodes publiques

Méthode Description
Close ( ) : void
Show ( string message = "", string title = "Alert" ) : void

Modal alert

Private Methods

Méthode Description
ShowModalAlert ( bool show = true ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Show() public méthode

Modal alert
public Show ( string message = "", string title = "Alert" ) : void
message string
title string
Résultat void

Property Details

messageBox public_oe property

public Text,UnityEngine.UI messageBox
Résultat UnityEngine.UI.Text

titleBox public_oe property

public Text,UnityEngine.UI titleBox
Résultat UnityEngine.UI.Text