Enum XrSpatialMarkerArucoDictEXT
Represents the supported configurations of predefined ArUco dictionaries.
Provided by XR_EXT_spatial_marker_tracking
.
Namespace: UnityEngine.XR.OpenXR.NativeTypes
Assembly: Unity.XR.OpenXR.dll
Syntax
public enum XrSpatialMarkerArucoDictEXT
Fields
Name | Description |
---|---|
Dict_4x4_100 | 4 by 4 pixel ArUco marker dictionary with 100 IDs.
Equivalent to the OpenXR value |
Dict_4x4_1000 | 4 by 4 pixel ArUco marker dictionary with 1000 IDs.
Equivalent to the OpenXR value |
Dict_4x4_250 | 4 by 4 pixel ArUco marker dictionary with 250 IDs.
Equivalent to the OpenXR value |
Dict_4x4_50 | 4 by 4 pixel ArUco marker dictionary with 50 IDs.
Equivalent to the OpenXR value |
Dict_5x5_100 | 5 by 5 pixel ArUco marker dictionary with 100 IDs.
Equivalent to the OpenXR value |
Dict_5x5_1000 | 5 by 5 pixel ArUco marker dictionary with 1000 IDs.
Equivalent to the OpenXR value |
Dict_5x5_250 | 5 by 5 pixel ArUco marker dictionary with 250 IDs.
Equivalent to the OpenXR value |
Dict_5x5_50 | 5 by 5 pixel ArUco marker dictionary with 50 IDs.
Equivalent to the OpenXR value |
Dict_6x6_100 | 6 by 6 pixel ArUco marker dictionary with 100 IDs.
Equivalent to the OpenXR value |
Dict_6x6_1000 | 6 by 6 pixel ArUco marker dictionary with 1000 IDs.
Equivalent to the OpenXR value |
Dict_6x6_250 | 6 by 6 pixel ArUco marker dictionary with 250 IDs.
Equivalent to the OpenXR value |
Dict_6x6_50 | 6 by 6 pixel ArUco marker dictionary with 50 IDs.
Equivalent to the OpenXR value |
Dict_7x7_100 | 7 by 7 pixel ArUco marker dictionary with 100 IDs.
Equivalent to the OpenXR value |
Dict_7x7_1000 | 7 by 7 pixel ArUco marker dictionary with 1000 IDs.
Equivalent to the OpenXR value |
Dict_7x7_250 | 7 by 7 pixel ArUco marker dictionary with 250 IDs.
Equivalent to the OpenXR value |
Dict_7x7_50 | 7 by 7 pixel ArUco marker dictionary with 50 IDs.
Equivalent to the OpenXR value |