Side channel to send the workspace.
More...
|
|
None | __init__ (self) |
| | The WorkspaceSC class initializer.
|
| |
| None | send_workspace (self, Tuple[float] workspace) |
| | Send workspace string to environment via side channel. More...
|
| |
|
None | on_message_received (self, IncomingMessage _) |
| | Is called when the python side receives a message from the Unity environment.
|
| |
Side channel to send the workspace.
◆ send_workspace()
| None environment.sidechannels.workspace_sc.WorkspaceSC.send_workspace |
( |
|
self, |
|
|
Tuple[float] |
workspace |
|
) |
| |
Send workspace string to environment via side channel.
- Parameters
-
| workspace | The workspace to show |
The documentation for this class was generated from the following file:
- src/environment/sidechannels/workspace_sc.py