C# 클래스 SystemMessageExample, Chat-Log

상속: MonoBehaviour
파일 보기 프로젝트 열기: g0dzZz-coder/Chat-Log

공개 메소드들

메소드 설명
AddNotification ( string text ) : void
AddProcess ( string text ) : void
AddWarning ( string text ) : void

메소드 상세

AddNotification() 공개 메소드

public AddNotification ( string text ) : void
text string
리턴 void

AddProcess() 공개 메소드

public AddProcess ( string text ) : void
text string
리턴 void

AddWarning() 공개 메소드

public AddWarning ( string text ) : void
text string
리턴 void