Class TrackableResult<T>
A TrackableResult is an object that represents the state of a Trackable which was found in a given frame. Every TrackableResult has a corresponding Trackable, a type, a 6DOF pose and a status(e.g.tracked).
Inheritance
TrackableResult<T>
Inherited Members
Namespace: Evergine.Vuforia
Assembly: Evergine.Vuforia.dll
Syntax
public class TrackableResult<T> : TrackableResult where T : Trackable
Type Parameters
Name | Description |
---|---|
T | The trackable type. |
Fields
SpecificTrackable
Specific Trackable.
Declaration
public T SpecificTrackable
Field Value
Type | Description |
---|---|
T |
Properties
Trackable
Gets the corresponding Trackable that this result represents.
Declaration
public override Trackable Trackable { get; }
Property Value
Type | Description |
---|---|
Trackable |