C# Class Toast, PoofParadise

Exibir arquivo 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_oe property

public string message
return string

title public_oe property

public string title
return string

toast public_oe static_oe property

public static Toast toast
return Toast