Meta_ARMarker
Module: Metanodes / Definitions
Public Types
| Type | Name |
|---|---|
| enum | HelperType { HelperType_Point, HelperType_QRCode } |
| enum | IDX { Idx_Enabled, Idx_Transform, Idx_ID, Idx_Mode, Idx_Target, Idx_CurrentUser, Idx_CurrentUserLocked, Idx_HelperType, Idx_Size, Idx_MatchTrackedMarker } Property index. |
| enum | Mode { Mode_World, Mode_Object } |
Public Types Documentation
enum HelperType
| Enumerator | Value | Description |
|---|---|---|
| HelperType_Point | ||
| HelperType_QRCode |
enum IDX
| Enumerator | Value | Description |
|---|---|---|
| Idx_Enabled | ||
| Idx_Transform | ||
| Idx_ID | ||
| Idx_Mode | ||
| Idx_Target | In object mode, the root assembly that owns this marker. Can be null, in which case the ARMarker is treated as the root. | |
| Idx_CurrentUser | In object mode, the user currently controlling the target object. | |
| Idx_CurrentUserLocked | ||
| Idx_HelperType | The type of helper to display. | |
| Idx_Size | The size of the helper. | |
| Idx_MatchTrackedMarker | Whether to update the helper type and size to match the corresponding TrackedARMarker when detected. |
Property index.
enum Mode
| Enumerator | Value | Description |
|---|---|---|
| Mode_World | ||
| Mode_Object |