C# Class Toast, PoofParadise

Show file Open project: CatalystOfNostalgia/PoofParadise Class Usage Examples

Public Properties

Property Type Description
message string
title string
toast Toast

Public Methods

Method Description
GeneratePanel ( ) : void
Start ( ) : void
makeToast ( string message ) : void
makeToast ( string message, int seconds ) : void
makeToast ( string title, string message ) : void

Private Methods

Method Description
OnGUI ( ) : void
WindowFunction ( int windowID ) : void
endMessage ( ) : void
waitForSeconds ( ) : IEnumerator

Method Details

GeneratePanel() public method

public GeneratePanel ( ) : void
return void

Start() public method

public Start ( ) : void
return void

makeToast() public method

public makeToast ( string message ) : void
message string
return void

makeToast() public method

public makeToast ( string message, int seconds ) : void
message string
seconds int
return void

makeToast() public method

public makeToast ( string title, string message ) : void
title string
message string
return void

Property Details

message public property

public string message
return string

title public property

public string title
return string

toast public static property

public static Toast toast
return Toast