The DeviceList class represents a list of Device objects. More...
Inherits List< Device >.
Public Member Functions | |
| DeviceList () | |
| Constructs an empty list of devices. More... | |
Properties | |
| Device | ActiveDevice [get] |
| The device that is currently streaming tracking data. More... | |
| bool | IsEmpty [get] |
| Reports whether the list is empty. More... | |
The DeviceList class represents a list of Device objects.
Get a DeviceList object by calling Controller::devices().
| DeviceList | ( | ) |
Constructs an empty list of devices.
|
get |
The device that is currently streaming tracking data.
If no streaming devices are found, returns a default object.
|
get |
Reports whether the list is empty.
C# and Unity