C# Class Toast, PoofParadise

Afficher le fichier Open project: CatalystOfNostalgia/PoofParadise Class Usage Examples

Méthodes publiques

Свойство Type Description
message string
title string
toast Toast

Méthodes publiques

Méthode Description
GeneratePanel ( ) : void
Start ( ) : void
makeToast ( string message ) : void
makeToast ( string message, int seconds ) : void
makeToast ( string title, string message ) : void

Private Methods

Méthode Description
OnGUI ( ) : void
WindowFunction ( int windowID ) : void
endMessage ( ) : void
waitForSeconds ( ) : IEnumerator

Method Details

GeneratePanel() public méthode

public GeneratePanel ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

makeToast() public méthode

public makeToast ( string message ) : void
message string
Résultat void

makeToast() public méthode

public makeToast ( string message, int seconds ) : void
message string
seconds int
Résultat void

makeToast() public méthode

public makeToast ( string title, string message ) : void
title string
message string
Résultat void

Property Details

message public_oe property

public string message
Résultat string

title public_oe property

public string title
Résultat string

toast public_oe static_oe property

public static Toast toast
Résultat Toast