C# Class ErrorView, Beep-Beep

Inheritance: MonoBehaviour
Datei anzeigen Open project: Stateware/Beep-Beep Class Usage Examples

Public Methods

Method Description
AppendErrorText ( string addToEndText ) : void
SetDisplayGui ( bool display ) : void
SetErrorText ( string newText ) : void

Private Methods

Method Description
OnGUI ( ) : void

Method Details

AppendErrorText() public method

public AppendErrorText ( string addToEndText ) : void
addToEndText string
return void

SetDisplayGui() public method

public SetDisplayGui ( bool display ) : void
display bool
return void

SetErrorText() public method

public SetErrorText ( string newText ) : void
newText string
return void