C# Class SystemMessageExample, Chat-Log

Inheritance: MonoBehaviour
ファイルを表示 Open project: g0dzZz-coder/Chat-Log

Public Methods

Method Description
AddNotification ( string text ) : void
AddProcess ( string text ) : void
AddWarning ( string text ) : void

Method Details

AddNotification() public method

public AddNotification ( string text ) : void
text string
return void

AddProcess() public method

public AddProcess ( string text ) : void
text string
return void

AddWarning() public method

public AddWarning ( string text ) : void
text string
return void