예제 #1
0
 /// <inheritdoc />
 public override Result TestBoundaryPoint(IntPtr sessionPtr, Vector3f point, BoundaryType singleBoundaryType, ref BoundaryTestResult testResult)
 {
     return(SafeNativeMethods.ovr_TestBoundaryPoint(sessionPtr, ref point, singleBoundaryType, ref testResult));
 }
예제 #2
0
 /// <inheritdoc />
 public override Result TestBoundary(IntPtr sessionPtr, TrackedDeviceType deviceBitmask, BoundaryType boundaryType, ref BoundaryTestResult testResult)
 {
     return(SafeNativeMethods.ovr_TestBoundary(sessionPtr, deviceBitmask, boundaryType, ref testResult));
 }