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

Side channel to send the workspace. More...

Inheritance diagram for environment.sidechannels.workspace_sc.WorkspaceSC:

Public Member Functions

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.
 

Public Attributes

 workspace_set
 

Detailed Description

Side channel to send the workspace.

Member Function Documentation

◆ send_workspace()

None environment.sidechannels.workspace_sc.WorkspaceSC.send_workspace (   self,
Tuple[float]  workspace 
)

Send workspace string to environment via side channel.

Parameters
workspaceThe workspace to show

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