Skip to content

Struct Manus::CoreSDK::TrackerLandscapeData

ClassList > Manus > CoreSDK > TrackerLandscapeData

Stores all the received tracker data.

Public Attributes

Type Name
string id
bool isHMD
string manufacturer
string productName
TrackerSystemType systemType
TrackerType type
uint user

Public Functions

Type Name
TrackerLandscapeData (string p_Id, TrackerType p_Type, TrackerSystemType p_SystemType, uint p_User, bool p_IsHMD, string p_Manufacturer, string p_ProductName)

Public Attributes Documentation

variable id

string Manus.CoreSDK.TrackerLandscapeData.id;

variable isHMD

bool Manus.CoreSDK.TrackerLandscapeData.isHMD;

variable manufacturer

string Manus.CoreSDK.TrackerLandscapeData.manufacturer;

variable productName

string Manus.CoreSDK.TrackerLandscapeData.productName;

variable systemType

TrackerSystemType Manus.CoreSDK.TrackerLandscapeData.systemType;

variable type

TrackerType Manus.CoreSDK.TrackerLandscapeData.type;

variable user

uint Manus.CoreSDK.TrackerLandscapeData.user;

Public Functions Documentation

function TrackerLandscapeData

inline Manus::CoreSDK::TrackerLandscapeData::TrackerLandscapeData (
    string p_Id,
    TrackerType p_Type,
    TrackerSystemType p_SystemType,
    uint p_User,
    bool p_IsHMD,
    string p_Manufacturer,
    string p_ProductName
) 

The documentation for this class was generated from the following file api/unity-plugin/Scripts/Core/ManusSDKTypes.cs