CVRSystem.GetArrayTrackedDeviceProperty Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::UInt32 GetArrayTrackedDeviceProperty(System::UInt32 unDeviceIndex, Microsoft::MixedReality::Toolkit::OpenVR::Headers::ETrackedDeviceProperty prop, System::UInt32 propType, IntPtr pBuffer, System::UInt32 unBufferSize, Microsoft::MixedReality::Toolkit::OpenVR::Headers::ETrackedPropertyError % pError);
public uint GetArrayTrackedDeviceProperty (uint unDeviceIndex, Microsoft.MixedReality.Toolkit.OpenVR.Headers.ETrackedDeviceProperty prop, uint propType, IntPtr pBuffer, uint unBufferSize, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.ETrackedPropertyError pError);
member this.GetArrayTrackedDeviceProperty : uint32 * Microsoft.MixedReality.Toolkit.OpenVR.Headers.ETrackedDeviceProperty * uint32 * nativeint * uint32 * ETrackedPropertyError -> uint32
Public Function GetArrayTrackedDeviceProperty (unDeviceIndex As UInteger, prop As ETrackedDeviceProperty, propType As UInteger, pBuffer As IntPtr, unBufferSize As UInteger, ByRef pError As ETrackedPropertyError) As UInteger
Parameters
- unDeviceIndex
- UInt32
- propType
- UInt32
- pBuffer
-
IntPtr
nativeint
- unBufferSize
- UInt32
- pError
- ETrackedPropertyError