CVROverlay.ComputeOverlayIntersection 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:
bool ComputeOverlayIntersection(System::UInt64 ulOverlayHandle, Microsoft::MixedReality::Toolkit::OpenVR::Headers::VROverlayIntersectionParams_t % pParams, Microsoft::MixedReality::Toolkit::OpenVR::Headers::VROverlayIntersectionResults_t % pResults);
public bool ComputeOverlayIntersection (ulong ulOverlayHandle, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.VROverlayIntersectionParams_t pParams, ref Microsoft.MixedReality.Toolkit.OpenVR.Headers.VROverlayIntersectionResults_t pResults);
member this.ComputeOverlayIntersection : uint64 * VROverlayIntersectionParams_t * VROverlayIntersectionResults_t -> bool
Public Function ComputeOverlayIntersection (ulOverlayHandle As ULong, ByRef pParams As VROverlayIntersectionParams_t, ByRef pResults As VROverlayIntersectionResults_t) As Boolean
Parameters
- ulOverlayHandle
- UInt64
- pParams
- VROverlayIntersectionParams_t
- pResults
- VROverlayIntersectionResults_t