Hermes SDK Documentation
Public Attributes | List of all members
TrackerData Struct Reference

All the tracker data that can be sent or received. More...

#include <CoreSdkWrapperTypes.h>

Public Attributes

int64_t m_LastUpdateTime = 0
 
TrackerId m_TrackerId
 
int32_t m_UserIndex = 0
 The Polygon user number this data belongs to. More...
 
bool m_IsHmd = false
 
TrackerType_t m_Type = TrackerType::eTRACKERTYPE_UNKNOWN
 
ManusQuaternion m_Rotation
 
ManusVec3 m_Position
 

Detailed Description

All the tracker data that can be sent or received.

Member Data Documentation

◆ m_UserIndex

int32_t TrackerData::m_UserIndex = 0

The Polygon user number this data belongs to.

The user index refers to the list of users shown in the dashboard under the Polygon tab. The first user shown is user index 0, the second is number 1, and so on. This is converted to the hexadecimal user ID internally. Note that the list of users can be edited from the dashboard, so it can change at any time.


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