Search Results for

    Show / Hide Table of Contents

    Class XRTrackableItem

    The trackable item could be planes, images, QRs or faces.

    Inheritance
    object
    XRTrackableItem
    XRFaceTrackable
    XRImageTrackable
    XRPlaneTrackable
    Namespace: Evergine.Framework.XR.TrackableItems
    Assembly: Evergine.Framework.dll
    Syntax
    public class XRTrackableItem

    Constructors

    XRTrackableItem(Guid)

    Initializes a new instance of the XRTrackableItem class.

    Declaration
    public XRTrackableItem(Guid id)
    Parameters
    Type Name Description
    Guid id

    The trackable item id.

    Fields

    Transform

    Gets or sets the trackable item world transform matrix.

    Declaration
    public Matrix4x4 Transform
    Field Value
    Type Description
    Matrix4x4

    Properties

    ID

    Gets the trackable item ID (Unique Identification).

    Declaration
    public Guid ID { get; }
    Property Value
    Type Description
    Guid

    Methods

    Equals(object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    object obj
    Returns
    Type Description
    bool
    Overrides
    object.Equals(object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int
    Overrides
    object.GetHashCode()

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX