(ulong ulOverlayHandle)
| 3676 | return result; |
| 3677 | } |
| 3678 | public bool IsHoverTargetOverlay(ulong ulOverlayHandle) |
| 3679 | { |
| 3680 | bool result = FnTable.IsHoverTargetOverlay(ulOverlayHandle); |
| 3681 | return result; |
| 3682 | } |
| 3683 | public EVROverlayError SetOverlayIntersectionMask(ulong ulOverlayHandle,ref VROverlayIntersectionMaskPrimitive_t pMaskPrimitives,uint unNumMaskPrimitives,uint unPrimitiveSize) |
| 3684 | { |
| 3685 | EVROverlayError result = FnTable.SetOverlayIntersectionMask(ulOverlayHandle,ref pMaskPrimitives,unNumMaskPrimitives,unPrimitiveSize); |
nothing calls this directly
no outgoing calls
no test coverage detected