C# Class VisualResponse

Inheritance: MonoBehaviour
Exibir arquivo Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Private Properties

Property Type Description
Awake void
checkResponseText void
init void
isResponseObject bool
setResponseText void

Public Methods

Method Description
Hide ( ) : void
Show ( string response ) : void

Private Methods

Method Description
Awake ( ) : void
checkResponseText ( ) : void
init ( ) : void
isResponseObject ( GameObject objectToTest ) : bool
setResponseText ( ) : void

Method Details

Hide() public method

public Hide ( ) : void
return void

Show() public method

public Show ( string response ) : void
response string
return void