CVRSystem.GetSortedTrackedDeviceIndicesOfClass Method

Definition

public:
 System::UInt32 GetSortedTrackedDeviceIndicesOfClass(Microsoft::MixedReality::Toolkit::OpenVR::Headers::ETrackedDeviceClass eTrackedDeviceClass, cli::array <System::UInt32> ^ punTrackedDeviceIndexArray, System::UInt32 unRelativeToTrackedDeviceIndex);
public uint GetSortedTrackedDeviceIndicesOfClass (Microsoft.MixedReality.Toolkit.OpenVR.Headers.ETrackedDeviceClass eTrackedDeviceClass, uint[] punTrackedDeviceIndexArray, uint unRelativeToTrackedDeviceIndex);
member this.GetSortedTrackedDeviceIndicesOfClass : Microsoft.MixedReality.Toolkit.OpenVR.Headers.ETrackedDeviceClass * uint32[] * uint32 -> uint32
Public Function GetSortedTrackedDeviceIndicesOfClass (eTrackedDeviceClass As ETrackedDeviceClass, punTrackedDeviceIndexArray As UInteger(), unRelativeToTrackedDeviceIndex As UInteger) As UInteger

Parameters

eTrackedDeviceClass
ETrackedDeviceClass
punTrackedDeviceIndexArray
UInt32[]
unRelativeToTrackedDeviceIndex
UInt32

Returns

UInt32

Applies to