Struct YVRBoundary.BoundaryTestResult
The test results of boundary system queries.
Inherited Members
Namespace: YVR.Core
Assembly: YVR.Core.Runtime.dll
Syntax
public struct YVRBoundary.BoundaryTestResult
Fields
| Name | Description |
|---|---|
| ClosestDistance | The Distance between the queried test object and the closest boundary point |
| ClosestPoint | The closest point to the queried test object |
| ClosestPointNormal | The normal of the closest point to the queried test object |
| IsTriggering | Whether the quired test would violate the boundary |