C# Class ErrorMessageController, gro-ui

Inheritance: MonoBehaviour
Datei anzeigen Open project: OpenAgInitiative/gro-ui Class Usage Examples

Public Properties

Property Type Description
errorDisplayText Text

Public Methods

Method Description
OkButtonPress ( ) : void
SetErrorMessage ( string message ) : void
SetStackMessage ( string stack ) : void

Method Details

OkButtonPress() public method

public OkButtonPress ( ) : void
return void

SetErrorMessage() public method

public SetErrorMessage ( string message ) : void
message string
return void

SetStackMessage() public method

public SetStackMessage ( string stack ) : void
stack string
return void

Property Details

errorDisplayText public_oe property

public Text errorDisplayText
return Text