SELAB3 Python Code
Loading...
Searching...
No Matches
Public Member Functions | List of all members
environment.sidechannels.wall_sc.WallSC Class Reference

Side channel to build and remove walls. More...

Inheritance diagram for environment.sidechannels.wall_sc.WallSC:

Public Member Functions

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

Detailed Description

Side channel to build and remove walls.

Member Function Documentation

◆ 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
msgThe 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
wallThe wall to build.

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