struct AnchoredScene (Niantic.Experimental.ARDK.SharedAR.AnchoredScenes.AnchoredScene)

注釈

This is an experimental feature. Experimental features should not be used in production products as they are subject to breaking changes, not officially supported, and may be deprecated without notice

struct AnchoredScene {
    // properties

    string Kind;
    LatLng Location;
    string Name;
    Dictionary<string, byte[]> PersistentGameData;
    string SceneId;
    List<WayspotAnchorPayload> WayspotAnchors;
};