OVRBoundary.BoundaryTestResult Struct Reference

Provides test results of boundary system queries. More...

Public Attributes

bool IsTriggering
 Returns true if the queried test would violate and/or trigger the tested boundary types. More...
 
float ClosestDistance
 Returns the distance between the queried test object and the closest tested boundary type. More...
 
Vector3 ClosestPoint
 Returns the closest point to the queried test object. More...
 
Vector3 ClosestPointNormal
 Returns the normal of the closest point to the queried test object. More...
 

Detailed Description

Provides test results of boundary system queries.

Member Data Documentation

◆ ClosestDistance

float OVRBoundary.BoundaryTestResult.ClosestDistance

Returns the distance between the queried test object and the closest tested boundary type.

◆ ClosestPoint

Vector3 OVRBoundary.BoundaryTestResult.ClosestPoint

Returns the closest point to the queried test object.

◆ ClosestPointNormal

Vector3 OVRBoundary.BoundaryTestResult.ClosestPointNormal

Returns the normal of the closest point to the queried test object.

◆ IsTriggering

bool OVRBoundary.BoundaryTestResult.IsTriggering

Returns true if the queried test would violate and/or trigger the tested boundary types.


The documentation for this struct was generated from the following file: