|
ColorShapeLinks
An assignment for the AI course unit of the Bachelor in Videogames at Lusófona University
|
Script which renders the session UI. More...
Inherits MonoBehaviour.

Events | |
| Action | PreMatch |
| Event which notifies listeners that the session should move to the PreMatch state. More... | |
| Action | SwapPlayers |
| Event which notifies listeners that current match players should be swapped. More... | |
| Action | StartNextMatch |
| Event which notifies listeners that the next match should be started. More... | |
| Action | MatchClear |
| Event which notifies listeners that the current match should be destroyed / cleared. More... | |
| Action | EndSession |
| Event which notifies listeners that the session terminate. More... | |
Script which renders the session UI.
Based on the MVC design pattern, composed in this case by the following classes:
Definition at line 24 of file SessionView.cs.
| Action EndSession |
Event which notifies listeners that the session terminate.
Definition at line 742 of file SessionView.cs.
| Action MatchClear |
Event which notifies listeners that the current match should be destroyed / cleared.
Definition at line 737 of file SessionView.cs.
| Action PreMatch |
Event which notifies listeners that the session should move to the PreMatch state.
Definition at line 720 of file SessionView.cs.
| Action StartNextMatch |
Event which notifies listeners that the next match should be started.
Definition at line 731 of file SessionView.cs.
| Action SwapPlayers |
Event which notifies listeners that current match players should be swapped.
Definition at line 726 of file SessionView.cs.