enum AnchorType (Niantic.ARDK.AR.Anchors.AnchorType)

Overview

Possible types for an anchor. Useful when checking if an Anchor object is actually a sub-object. More...

enum AnchorType {
    Basic = 0,
    Plane = 1,
    Image = 2,
};

Detailed Documentation

Possible types for an anchor. Useful when checking if an Anchor object is actually a sub-object.

Enum Values

Basic

An anchor.

Plane

A plane anchor.

Image

An image anchor.

注釈

This is an iOS-only value.