C# Class Ballz.MessageOverlay

Datei anzeigen Open project: SpagAachen/Ballz Class Usage Examples

Public Properties

Property Type Description
FooterText string
HeaderText string
MessageText string
OnEnter System.Action

Public Methods

Method 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 method

public HandleInput ( Messages input ) : void
input Messages
return void

ShowAlert() public static method

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
return void

Property Details

FooterText public_oe property

public string FooterText
return string

HeaderText public_oe property

public string HeaderText
return string

MessageText public_oe property

public string MessageText
return string

OnEnter public_oe property

public Action,System OnEnter
return System.Action