|
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
| VRPNToolConnections (string ff_server=default(String), bool ff_server_connected=false, string tracker_server=default(String), bool tracker_server_connected=false, string buttons_server=default(String), bool buttons_server_connected=false) | |
Public Attributes | |
| string | ff_server |
| bool | ff_server_connected |
| string | tracker_server |
| bool | tracker_server_connected |
| string | buttons_server |
| bool | buttons_server_connected |
Definition at line 15 of file VRPNGUIController.cs.
| VRPN.VRPNGUIController.VRPNToolConnections.VRPNToolConnections | ( | string | ff_server = default(String), |
| bool | ff_server_connected = false, |
||
| string | tracker_server = default(String), |
||
| bool | tracker_server_connected = false, |
||
| string | buttons_server = default(String), |
||
| bool | buttons_server_connected = false |
||
| ) |
Definition at line 23 of file VRPNGUIController.cs.
References VRPN.VRPNGUIController.VRPNToolConnections.buttons_server, VRPN.VRPNGUIController.VRPNToolConnections.buttons_server_connected, VRPN.VRPNGUIController.VRPNToolConnections.ff_server, VRPN.VRPNGUIController.VRPNToolConnections.ff_server_connected, VRPN.VRPNGUIController.VRPNToolConnections.tracker_server, and VRPN.VRPNGUIController.VRPNToolConnections.tracker_server_connected.
Referenced by VRPN.VRPNGUIController.CreateTool().
Here is the caller graph for this function:| string VRPN.VRPNGUIController.VRPNToolConnections.buttons_server |
Definition at line 20 of file VRPNGUIController.cs.
Referenced by VRPN.VRPNGUIController.RestoreToolConnectionsState(), VRPN.VRPNGUIController.SelectTool(), VRPN.VRPNGUIController.ToggleButtonsServer(), and VRPN.VRPNGUIController.VRPNToolConnections.VRPNToolConnections().
| bool VRPN.VRPNGUIController.VRPNToolConnections.buttons_server_connected |
Definition at line 21 of file VRPNGUIController.cs.
Referenced by VRPN.VRPNGUIController.RestoreToolConnectionsState(), and VRPN.VRPNGUIController.VRPNToolConnections.VRPNToolConnections().
| string VRPN.VRPNGUIController.VRPNToolConnections.ff_server |
Definition at line 16 of file VRPNGUIController.cs.
Referenced by VRPN.VRPNGUIController.RestoreToolConnectionsState(), VRPN.VRPNGUIController.SelectTool(), VRPN.VRPNGUIController.ToggleFFServer(), and VRPN.VRPNGUIController.VRPNToolConnections.VRPNToolConnections().
| bool VRPN.VRPNGUIController.VRPNToolConnections.ff_server_connected |
Definition at line 17 of file VRPNGUIController.cs.
Referenced by VRPN.VRPNGUIController.RestoreToolConnectionsState(), VRPN.VRPNGUIController.ToggleFFServer(), and VRPN.VRPNGUIController.VRPNToolConnections.VRPNToolConnections().
| string VRPN.VRPNGUIController.VRPNToolConnections.tracker_server |
Definition at line 18 of file VRPNGUIController.cs.
Referenced by VRPN.VRPNGUIController.RestoreToolConnectionsState(), VRPN.VRPNGUIController.SelectTool(), VRPN.VRPNGUIController.ToggleTrackerServer(), and VRPN.VRPNGUIController.VRPNToolConnections.VRPNToolConnections().
| bool VRPN.VRPNGUIController.VRPNToolConnections.tracker_server_connected |