C# Class Ballz.MessageOverlay

Afficher le fichier Open project: SpagAachen/Ballz Class Usage Examples

Méthodes publiques

Свойство Type Description
FooterText string
HeaderText string
MessageText string
OnEnter System.Action

Méthodes publiques

Méthode Description
HandleInput ( Messages input ) : void
ShowAlert ( string header, string message = null, string footer = "Enter to continue", System.Action onEnter = null ) : void

Method Details

HandleInput() public méthode

public HandleInput ( Messages input ) : void
input Messages
Résultat void

ShowAlert() public static méthode

public static ShowAlert ( string header, string message = null, string footer = "Enter to continue", System.Action onEnter = null ) : void
header string
message string
footer string
onEnter System.Action
Résultat void

Property Details

FooterText public_oe property

public string FooterText
Résultat string

HeaderText public_oe property

public string HeaderText
Résultat string

MessageText public_oe property

public string MessageText
Résultat string

OnEnter public_oe property

public Action,System OnEnter
Résultat System.Action