Skip to content

Struct Manus::CoreSDK::UserLandscapeData

ClassList > Manus > CoreSDK > UserLandscapeData

Stores all the received user data.

Public Attributes

Type Name
uint dongleID
uint id
uint leftGloveID
string name
UserProfileLandscapeData profile
uint rightGloveID
uint userIndex

Public Functions

Type Name
UserLandscapeData (uint p_Id, string p_Name, uint p_DongleID, uint p_LeftGloveID, uint p_RightGloveID, UserProfileLandscapeData p_Profile, uint p_UserIndex)

Public Attributes Documentation

variable dongleID

uint Manus.CoreSDK.UserLandscapeData.dongleID;

variable id

uint Manus.CoreSDK.UserLandscapeData.id;

variable leftGloveID

uint Manus.CoreSDK.UserLandscapeData.leftGloveID;

variable name

string Manus.CoreSDK.UserLandscapeData.name;

variable profile

UserProfileLandscapeData Manus.CoreSDK.UserLandscapeData.profile;

variable rightGloveID

uint Manus.CoreSDK.UserLandscapeData.rightGloveID;

variable userIndex

uint Manus.CoreSDK.UserLandscapeData.userIndex;

Public Functions Documentation

function UserLandscapeData

inline Manus::CoreSDK::UserLandscapeData::UserLandscapeData (
    uint p_Id,
    string p_Name,
    uint p_DongleID,
    uint p_LeftGloveID,
    uint p_RightGloveID,
    UserProfileLandscapeData p_Profile,
    uint p_UserIndex
) 

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