Search Results for

    Show / Hide Table of Contents

    Class XRImageTrackable

    Image detection anchor.

    Inheritance
    object
    XRTrackableItem
    XRImageTrackable
    Inherited Members
    XRTrackableItem.ID
    XRTrackableItem.Transform
    XRTrackableItem.GetHashCode()
    XRTrackableItem.Equals(object)
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Framework.XR.TrackableItems.Images
    Assembly: Evergine.Framework.dll
    Syntax
    public class XRImageTrackable : XRTrackableItem

    Constructors

    XRImageTrackable(Guid)

    Initializes a new instance of the XRImageTrackable class.

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

    Anchor identifier.

    Fields

    Size

    Size of detected image.

    Declaration
    public Vector3 Size
    Field Value
    Type Description
    Vector3

    Properties

    DatabaseIndex

    Gets or sets database index for this image in internal database.

    Declaration
    public int DatabaseIndex { get; set; }
    Property Value
    Type Description
    int

    Name

    Gets or sets image name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    string

    TrackingMethod

    Gets or sets current image tracking method XRImageTrackingMethod.

    Declaration
    public XRImageTrackingMethod TrackingMethod { get; set; }
    Property Value
    Type Description
    XRImageTrackingMethod

    Extension Methods

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