Class Trackable
Base class for all objects that can be tracked.
Inherited Members
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 | 
  | 
      
Overrides
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.  |