Detailed Description
Struct representing display intersection information.
Public Attributes
|
bool |
hit |
|
Whether the display was intersected.
|
int |
x |
|
The x pixel coordinate on the virtual desktop.
|
int |
y |
|
The y pixel coordinate on the virtual desktop.
|
int |
nx
|
|
The normalized absolute x pixel coordinate on the virtual desktop.
|
int |
no
|
|
The normalized absolute y pixel coordinate on the virtual desktop.
|
float |
distance |
|
The distance in meters from the raycast's origin to the intersection point on the display.
|