C# 클래스 Warehouse.Notice

상속: Json
파일 보기 프로젝트 열기: Starcounter/Warehouse 1 사용 예제들

공개 메소드들

메소드 설명
ClearAll ( ) : void
Show ( string message ) : void
Show ( string message, NoticeType type ) : void

비공개 메소드들

메소드 설명
Handle ( Input action ) : void

메소드 상세

ClearAll() 공개 정적인 메소드

public static ClearAll ( ) : void
리턴 void

Show() 공개 정적인 메소드

public static Show ( string message ) : void
message string
리턴 void

Show() 공개 정적인 메소드

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