DiscoverTenerife
|
Class that handles the enter button of a stored place. It chooses the storedPlaceHandler that is on the parent of this button GameObject. More...
Public Member Functions | |
void | OnClick () |
This class should be called when the user clicks on a stored place. If there is a place stored on the index that has the storedPlaceHandler that is on the parent of this GameObject, it calls the chooseStoredPlace method of StoredPlacesController class with that index. Then, it changes the scene. More... | |
Class that handles the enter button of a stored place. It chooses the storedPlaceHandler that is on the parent of this button GameObject.
void enterButton.OnClick | ( | ) |
This class should be called when the user clicks on a stored place. If there is a place stored on the index that has the storedPlaceHandler that is on the parent of this GameObject, it calls the chooseStoredPlace method of StoredPlacesController class with that index. Then, it changes the scene.