C# Class MessagePopUp, ES2015F

Inheritance: MonoBehaviour
Show file Open project: jgirald/ES2015F Class Usage Examples

Public Methods

Method Description
ShowMessage ( string message ) : void

Private Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

ShowMessage() public method

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