class ARPersistentAnchorPayload
(Niantic.Lightship.AR.PersistentAnchors.ARPersistentAnchorPayload)
概要
ARPersistentAnchorPayloadは、永続アンカーの保存と復元に使われるデータである。
class ARPersistentAnchorPayload {
public:
// フィールド
byte[] Data;
// メソッド
ARPersistentAnchorPayload(byte[] data);
ARPersistentAnchorPayload(string data);
string ToBase64();
};