Search Results for

    Show / Hide Table of Contents

    Class Trackable

    Base class for all objects that can be tracked.

    Inheritance
    object
    Trackable
    Trackable<T>
    Inherited Members
    object.Equals(object, object)
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Evergine.Vuforia
    Assembly: Evergine.Vuforia.dll
    Syntax
    public abstract class Trackable

    Fields

    Id

    Gets or sets the runtime Id of the Trackable.

    Declaration
    public readonly int Id
    Field Value
    Type Description
    int

    Name

    Gets or sets the name of the Trackable.

    Declaration
    public readonly string Name
    Field Value
    Type Description
    string

    Methods

    Equals(object)

    Determines whether the specified object, is equal to this instance.

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

    The object to compare with this instance.

    Returns
    Type Description
    bool

    true if the specified object is equal to this instance; otherwise, false.

    Overrides
    object.Equals(object)

    GetHashCode()

    Returns a hash code for this instance.

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

    Overrides
    object.GetHashCode()

    Extension Methods

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