class AuthoredWayspotAnchorData (Niantic.ARDK.AR.WayspotAnchors.AuthoredWayspotAnchorData)

Overview

class AuthoredWayspotAnchorData {
public:
    // classes

    class PrefabData;

    // properties

    PrefabData AssociatedPrefab;
    string Identifier;
    string Name;
    string Payload;
    Vector3 Position;
    Vector3 Rotation;
    Vector3 Scale;
    string Tags;

    // methods

    AuthoredWayspotAnchorData(string manifestIdentifier);
    override string ToString();
};

Detailed Documentation

Properties

string Tags

Multiple string tags delineated by commas.