Skip to content

Struct Manus::CoreSDK::DeviceLandscape

ClassList > Manus > CoreSDK > DeviceLandscape

Stores all the information related to the devices present in the landscape.

Public Attributes

Type Name
uint dongleCount
DongleLandscapeData[] dongles
uint gloveCount
GloveLandscapeData[] gloves

Public Functions

Type Name
DeviceLandscape (DongleLandscapeData[] p_Dongles, uint p_DongleCount, GloveLandscapeData[] p_Gloves, uint p_GloveCount)

Public Attributes Documentation

variable dongleCount

uint Manus.CoreSDK.DeviceLandscape.dongleCount;

variable dongles

DongleLandscapeData [] Manus.CoreSDK.DeviceLandscape.dongles;

variable gloveCount

uint Manus.CoreSDK.DeviceLandscape.gloveCount;

variable gloves

GloveLandscapeData [] Manus.CoreSDK.DeviceLandscape.gloves;

Public Functions Documentation

function DeviceLandscape

inline Manus::CoreSDK::DeviceLandscape::DeviceLandscape (
    DongleLandscapeData [] p_Dongles,
    uint p_DongleCount,
    GloveLandscapeData [] p_Gloves,
    uint p_GloveCount
) 

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