![]() |
UnityMol
0.9.6-875
UnityMol viewer / In developement
|
Public Member Functions | |
VRPNToolConnections (System.IntPtr force_feedback=new IntPtr(), System.IntPtr buttons=new IntPtr(), System.IntPtr tracker=new IntPtr()) | |
Public Attributes | |
System.IntPtr | force_feedback |
System.IntPtr | tracker |
System.IntPtr | buttons |
Definition at line 22 of file VRPNManager.cs.
VRPN.VRPNToolConnections.VRPNToolConnections | ( | System.IntPtr | force_feedback = new IntPtr() , |
System.IntPtr | buttons = new IntPtr() , |
||
System.IntPtr | tracker = new IntPtr() |
||
) |
Definition at line 27 of file VRPNManager.cs.
References VRPN.VRPNToolConnections.buttons, VRPN.VRPNToolConnections.force_feedback, and VRPN.VRPNToolConnections.tracker.
Referenced by VRPN.VRPNManager.InstantiateTool().
System.IntPtr VRPN.VRPNToolConnections.buttons |
Definition at line 25 of file VRPNManager.cs.
Referenced by VRPN.VRPNManager.ConnectToolToButtons(), VRPN.VRPNManager.DeviceLoop(), VRPN.VRPNManager.DisconnectToolFromButtons(), VRPN.VRPNManager.RemoveTool(), and VRPN.VRPNToolConnections.VRPNToolConnections().
System.IntPtr VRPN.VRPNToolConnections.force_feedback |
Definition at line 23 of file VRPNManager.cs.
Referenced by VRPN.VRPNManager.ConnectToolToForceFeedback(), VRPN.VRPNManager.DisconnectToolFromForceFeedback(), VRPN.VRPNManager.RemoveTool(), and VRPN.VRPNToolConnections.VRPNToolConnections().
System.IntPtr VRPN.VRPNToolConnections.tracker |
Definition at line 24 of file VRPNManager.cs.
Referenced by VRPN.VRPNManager.ConnectToolToTracker(), VRPN.VRPNManager.DeviceLoop(), VRPN.VRPNManager.DisconnectToolFromTracker(), VRPN.VRPNManager.RemoveTool(), and VRPN.VRPNToolConnections.VRPNToolConnections().