ColorShapeLinks AI
An AI competition for the IEEE Conference on Games 2021
SessionView Class Reference

Script which renders the session UI. More...

+ Inheritance diagram for SessionView:
+ Collaboration diagram for SessionView:

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...
 

Detailed Description

Script which renders the session UI.

Based on the MVC design pattern, composed in this case by the following classes:

Event Documentation

◆ EndSession

Action EndSession

Event which notifies listeners that the session terminate.

◆ MatchClear

Action MatchClear

Event which notifies listeners that the current match should be destroyed / cleared.

◆ PreMatch

Action PreMatch

Event which notifies listeners that the session should move to the PreMatch state.

◆ StartNextMatch

Action StartNextMatch

Event which notifies listeners that the next match should be started.

◆ SwapPlayers

Action SwapPlayers

Event which notifies listeners that current match players should be swapped.


The documentation for this class was generated from the following file: