C# Class ErrorView, Beep-Beep

Inheritance: MonoBehaviour
Afficher le fichier Open project: Stateware/Beep-Beep Class Usage Examples

Méthodes publiques

Méthode Description
AppendErrorText ( string addToEndText ) : void
SetDisplayGui ( bool display ) : void
SetErrorText ( string newText ) : void

Private Methods

Méthode Description
OnGUI ( ) : void

Method Details

AppendErrorText() public méthode

public AppendErrorText ( string addToEndText ) : void
addToEndText string
Résultat void

SetDisplayGui() public méthode

public SetDisplayGui ( bool display ) : void
display bool
Résultat void

SetErrorText() public méthode

public SetErrorText ( string newText ) : void
newText string
Résultat void