CVROverlay.ComputeOverlayIntersection Method

Definition

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

Returns

Boolean

Applies to