Side channel to build and remove walls.
More...
|
|
None | __init__ (self) |
| | The WallSC class initializer.
|
| |
| None | send_build_command (self, List[List[bool]] wall) |
| | Send wall string to environment via side channel. More...
|
| |
|
None | remove_walls (self) |
| | Send command to remove all walls from the environment.
|
| |
| None | on_message_received (self, IncomingMessage msg) |
| | Is called when the python side receives a message from the Unity environment. More...
|
| |
Side channel to build and remove walls.
◆ on_message_received()
| None environment.sidechannels.wall_sc.WallSC.on_message_received |
( |
|
self, |
|
|
IncomingMessage |
msg |
|
) |
| |
Is called when the python side receives a message from the Unity environment.
- Parameters
-
| msg | The message that is received in plain text. |
◆ send_build_command()
| None environment.sidechannels.wall_sc.WallSC.send_build_command |
( |
|
self, |
|
|
List[List[bool]] |
wall |
|
) |
| |
Send wall string to environment via side channel.
- Parameters
-
The documentation for this class was generated from the following file:
- src/environment/sidechannels/wall_sc.py