Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
SystemMessageExample
C# Class SystemMessageExample, Chat-Log
Inheritance:
MonoBehaviour
Mostrar archivo
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