ZCDisplayIntersectionInfo struct

Struct representing display intersection information.

Contents

Public variables

ZSBool hit
Whether or not the display was intersected.
ZSInt32 x
The x pixel coordinate on the virtual desktop.
ZSInt32 y
The y pixel coordinate on the virtual desktop.
ZSInt32 nx
The normalized absolute x pixel coordinate on the virtual desktop.
ZSInt32 ny
The normalized absolute y pixel coordinate on the virtual desktop.
ZSFloat distance
The distance from origin of the raycast to the point of intersection on the display in meters.