ReadonlyclassificationReturns the classification of the mesh face at the intersection point.
ReadonlymeshReturns the TrackedMesh that was hit.
ReadonlynormalReturns the world space normal direction of the intersection point.
ReadonlypositionReturns the world space position of the intersection point.
Returns the name of this object's type.
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.
Provides information about a TrackedMesh surface hit during a raycast. Is returned in an array when calling
DeviceTracking.hitTestWorldMesh()orDeviceTracking.raycastWorldMesh().