C# Class VisualResponse

Inheritance: MonoBehaviour
Afficher le fichier Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Private Properties

Свойство Type Description
Awake void
checkResponseText void
init void
isResponseObject bool
setResponseText void

Méthodes publiques

Méthode Description
Hide ( ) : void
Show ( string response ) : void

Private Methods

Méthode Description
Awake ( ) : void
checkResponseText ( ) : void
init ( ) : void
isResponseObject ( GameObject objectToTest ) : bool
setResponseText ( ) : void

Method Details

Hide() public méthode

public Hide ( ) : void
Résultat void

Show() public méthode

public Show ( string response ) : void
response string
Résultat void