Class ARMobileHitTestResult
A result generated by the Hit
Inherited Members
Namespace: Evergine.ARMobile.HitTest
Assembly: Evergine.ARMobile.dll
Syntax
public class ARMobileHitTestResult
Fields
Anchor
If not null, the XRTrackable
Declaration
public XRTrackableItem Anchor
Field Value
Type | Description |
---|---|
XRTrackable |
Distance
The distance, in meters, to the detected object.
Declaration
public float Distance
Field Value
Type | Description |
---|---|
float |
WorldTransform
The position and orientation of the detected object relative to the world coordinate system.
Declaration
public Matrix4x4 WorldTransform
Field Value
Type | Description |
---|---|
Matrix4x4 |