SELAB3 Unity
|
Side channel to place walls in the environment. More...
Classes | |
class | WallRow |
A serializable class used to parse JSON sent through the wall side channel More... | |
class | WallSpec |
A serializable class used to parse JSON sent through the wall side channel More... | |
Public Member Functions | |||
WallSC (GameObject manipulator) | |||
Constructor of this side channel
| |||
Protected Member Functions | |||
override void | OnMessageReceived (IncomingMessage msg) | ||
Is called when a message is sent through the side channel. When the message is a wall, instructs the WallBuilder to build a new wall. Otherwise all walls are cleared.
| |||
Side channel to place walls in the environment.
It supports two operations: adding one wall and removing all walls.