Trees | Indices | Help |
|
---|
|
object --+ | ??.instance --+ | vrAEBase.vrAEBase --+ | vrTrackerSensor
The vrTrackerSensor class is the base class for all sensors like bodies, buttons and dials. You can only access sensors that are already created in the tracking module, that means you cannot create new sensors with the Python API. All objects constructed with the Python API work as proxy objects to access the VRED internal tracking sensors. This class is only a base class and should not be instantiated directly. Use vrTrackerButton, vrTrackerDial, vrTrackerAnalog or vrTrackerBody instead.
Instance Methods | |||
|
|||
string |
|
||
string |
|
||
|
|||
|
|||
Inherited from Inherited from |
Class Variables | |
__instance_size__ = 192
|
Method Details |
The constructor of the vrTouchSensor class.
|
Returns the name of this sensor.
|
Returns the type of this sensor. Possible types are "Body", "Dial""Button" and "Analog".
|
Enables the sensor.
|
Sets a specific sensor id to the sensor. This is used for further identification.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 29 09:33:22 2024 | http://epydoc.sourceforge.net |