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

class PrefabData {
public:
    // properties

    GameObject Asset;
    string Identifier;

    // methods

    PrefabData Copy();
    override bool Equals(object obj);
    bool Equals(PrefabData other);
    override int GetHashCode();
    void Reset();
    bool ValuesDifferFrom(PrefabData other);
};