C# Class Warehouse.Notice

Inheritance: Json
Afficher le fichier Open project: Starcounter/Warehouse Class Usage Examples

Méthodes publiques

Méthode Description
ClearAll ( ) : void
Show ( string message ) : void
Show ( string message, NoticeType type ) : void

Private Methods

Méthode Description
Handle ( Input action ) : void

Method Details

ClearAll() public static méthode

public static ClearAll ( ) : void
Résultat void

Show() public static méthode

public static Show ( string message ) : void
message string
Résultat void

Show() public static méthode

public static Show ( string message, NoticeType type ) : void
message string
type NoticeType
Résultat void