Enum XRMarkerType
Identifies the type or family of a detected visual marker recognized by the runtime.
Namespace: UnityEngine.XR.ARSubsystems
Assembly: Unity.XR.ARSubsystems.dll
Syntax
public enum XRMarkerType
Remarks
Note: These values match the XrSpatialCapabilityEXT
enum defined by the
OpenXR XR_EXT_spatial_entity extension.
Fields
Name | Description |
---|---|
AprilTag | The marker is an AprilTag, a type of fiducial marker often used in robotics and computer vision for localization. |
ArUco | The marker is an ArUco fiducial marker used for camera pose estimation. |
MicroQRCode | The marker is a Micro QR code (smaller version of QR code for encoding less data in a smaller footprint). |
None | No marker type. This value is used when marker tracking is unsupported. |
QRCode | The marker is a standard QR (Quick Response) code as defined by ISO/IEC 18004. |