CVRTrackedCamera.HasCamera(UInt32, Boolean) 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:
Microsoft::MixedReality::Toolkit::OpenVR::Headers::EVRTrackedCameraError HasCamera(System::UInt32 nDeviceIndex, bool % pHasCamera);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRTrackedCameraError HasCamera (uint nDeviceIndex, ref bool pHasCamera);
member this.HasCamera : uint32 * bool -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVRTrackedCameraError
Public Function HasCamera (nDeviceIndex As UInteger, ByRef pHasCamera As Boolean) As EVRTrackedCameraError
Parameters
- nDeviceIndex
- UInt32
- pHasCamera
- Boolean