C# Class SystemMessageExample, Chat-Log

Inheritance: MonoBehaviour
Afficher le fichier Open project: g0dzZz-coder/Chat-Log

Méthodes publiques

Méthode Description
AddNotification ( string text ) : void
AddProcess ( string text ) : void
AddWarning ( string text ) : void

Method Details

AddNotification() public méthode

public AddNotification ( string text ) : void
text string
Résultat void

AddProcess() public méthode

public AddProcess ( string text ) : void
text string
Résultat void

AddWarning() public méthode

public AddWarning ( string text ) : void
text string
Résultat void