Wearable OnlyReturns the name of this object's type.
Wearable OnlyPerform a hit test.
Returns true if the object matches or derives from the passed in type.
Returns true if this object is the same as other. Useful for checking if two references point to the same thing.
Wearable OnlyReset the session.
Wearable OnlyStart the session. Depth computation is started once a session is started. Multiple sessions access the same depth data, thus there is no additional cost.
Wearable OnlyStop the session. Depth computation stops once all hit test sessions are stopped.
Class responsible for detecting intersections between a virtual ray and real-world surfaces.
See
Returned By: WorldQueryModule#createHitTestSession, WorldQueryModule#createHitTestSessionWithOptions
Example