(ulong ulOverlayHandle,ref VROverlayIntersectionParams_t pParams,ref VROverlayIntersectionResults_t pResults)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected