MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / ComputeOverlayIntersection

Method ComputeOverlayIntersection

headers/openvr_api.cs:3673–3677  ·  view source on GitHub ↗
(ulong ulOverlayHandle,ref VROverlayIntersectionParams_t pParams,ref VROverlayIntersectionResults_t pResults)

Source from the content-addressed store, hash-verified

3671 return result;
3672 }
3673 public bool ComputeOverlayIntersection(ulong ulOverlayHandle,ref VROverlayIntersectionParams_t pParams,ref VROverlayIntersectionResults_t pResults)
3674 {
3675 bool result = FnTable.ComputeOverlayIntersection(ulOverlayHandle,ref pParams,ref pResults);
3676 return result;
3677 }
3678 public bool IsHoverTargetOverlay(ulong ulOverlayHandle)
3679 {
3680 bool result = FnTable.IsHoverTargetOverlay(ulOverlayHandle);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected