Protected
constructorReadonly
classificationReturns the classification of the mesh face at the intersection point.
Readonly
meshReturns the TrackedMesh that was hit.
Readonly
normalReturns the world space normal direction of the intersection point.
Readonly
positionReturns 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()
.