Namespace Evergine.Vuforia
Classes
ImageTarget
A flat natural feature target.
ImageTargetBehavior
A component that binds an Vuforia Image target with an entity.
ImageTargetResult
Result for a VuMarkTarget. The same VuMarkTarget can have multiple physical instances on screen simultaneously. In this case each appearance has its own VuMarkTargetResult, pointing to the same VuMarkTarget with the same instance ID.
ObjectTarget
A flat natural feature target.
ObjectTargetBehavior
A component that binds an Vuforia Object target with an entity.
ObjectTargetResult
Result for a VuMarkTarget. The same VuMarkTarget can have multiple physical instances on screen simultaneously. In this case each appearance has its own VuMarkTargetResult, pointing to the same VuMarkTarget with the same instance ID.
Trackable
Base class for all objects that can be tracked.
TrackableResult
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).
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).
Trackable<T>
Base class for all objects that can be tracked.
VuMarkTarget
The VuMarkTarget contains all static data of a VuMark which is available from the dataset.
VuMarkTargetBehavior
A component that binds an Vuforia VuMark target with an entity.
VuMarkTargetResult
Result for a VuMarkTarget. The same VuMarkTarget can have multiple physical instances on screen simultaneously. In this case each appearance has its own VuMarkTargetResult, pointing to the same VuMarkTarget with the same instance ID.
VuforiaBehavior
A component that binds a generic Vuforia target with an entity.
VuforiaDataSet
Vuforia data set.
VuforiaService
Vuforia service implementation.
VuforiaTargetBehavior
A component that binds a generic Vuforia target with an entity.
Enums
ImageTargetType
The type of an ImageTarget. An ImageTarget can be predefined in a dataset, created at runtime as a user defined target, or fetched at runtime via cloud recognition.
TargetTypes
Types of Vuforia targets supported by the engine.
TrackableStatus
States of a TrackableResult.
VuMarkDataTypes
The type of VuMark data encoded in this ID.
VuforiaCameraDeviceMode
This changes the camera image resolution used for tracking and rendering in the background.
VuforiaDeviceType
Vuforia Device Type enumeration.
VuforiaState
Vuforia State enumerator.
WorldCenterMode
The world center mode defines how the relative coordinates between Trackables and camera are translated into Evergine world coordinates. If a world center is present, the ARCamera in the scene is transformed with respect to that.