struct SerializeableDeviceMapNode
(Niantic.Lightship.AR.Mapping.ARDeviceMap.SerializeableDeviceMapNode)
デバイスマップの1つのノードを表す構造体
struct SerializeableDeviceMapNode {
// フィールド
ulong _subId1;
ulong _subId2;
byte[] _mapData;
byte[] _anchorPayload;
string _mapType;
};