CVROverlay.SetOverlayIntersectionMask 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::EVROverlayError SetOverlayIntersectionMask(System::UInt64 ulOverlayHandle, Microsoft::MixedReality::Toolkit::OpenVR::Headers::VROverlayIntersectionMaskPrimitive_t % pMaskPrimitives, System::UInt32 unNumMaskPrimitives, System::UInt32 unPrimitiveSize);
public Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError SetOverlayIntersectionMask (ulong ulOverlayHandle, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.VROverlayIntersectionMaskPrimitive_t pMaskPrimitives, uint unNumMaskPrimitives, uint unPrimitiveSize);
member this.SetOverlayIntersectionMask : uint64 * VROverlayIntersectionMaskPrimitive_t * uint32 * uint32 -> Microsoft.MixedReality.Toolkit.OpenVR.Headers.EVROverlayError
Public Function SetOverlayIntersectionMask (ulOverlayHandle As ULong, ByRef pMaskPrimitives As VROverlayIntersectionMaskPrimitive_t, unNumMaskPrimitives As UInteger, unPrimitiveSize As UInteger) As EVROverlayError
Parameters
- ulOverlayHandle
- UInt64
- pMaskPrimitives
- VROverlayIntersectionMaskPrimitive_t
- unNumMaskPrimitives
- UInt32
- unPrimitiveSize
- UInt32