Search Results for

    Show / Hide Table of Contents

    Class ARMobileHitTestResult

    A result generated by the HitTest(Vector2, out ARMobileHitTestResult[]) method.

    Inheritance
    object
    ARMobileHitTestResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.ARMobile.HitTest
    Assembly: Evergine.ARMobile.dll
    Syntax
    public class ARMobileHitTestResult

    Fields

    Anchor

    If not null, the XRTrackableItem of the detected surface.

    Declaration
    public XRTrackableItem Anchor
    Field Value
    Type Description
    XRTrackableItem

    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

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In This Article
    Back to top
    Generated by DocFX