Enum XRImageTrackingMethod
Tracks images.
Namespace: Evergine.Framework.XR.TrackableItems.Images
Assembly: Evergine.Framework.dll
Syntax
public enum XRImageTrackingMethod
Fields
Name | Description |
---|---|
FullTracking | Tracks the full image. |
LastKnownPose | Tracked by the last known pose, but not directly tracked. |
NotTracking | Image is not being tracked at all. |