C# Class Warehouse.Notice

Inheritance: Json
ファイルを表示 Open project: Starcounter/Warehouse Class Usage Examples

Public Methods

Method Description
ClearAll ( ) : void
Show ( string message ) : void
Show ( string message, NoticeType type ) : void

Private Methods

Method Description
Handle ( Input action ) : void

Method Details

ClearAll() public static method

public static ClearAll ( ) : void
return void

Show() public static method

public static Show ( string message ) : void
message string
return void

Show() public static method

public static Show ( string message, NoticeType type ) : void
message string
type NoticeType
return void