ARDeviceMap
ARDeviceMap encapsulates device map data generated from mapping process, and provides to serialize/deserialize...
Declaration
public class ARDeviceMapSummary
ARDeviceMap encapsulates device map data generated from mapping process, and provides to serialize/deserialize device map for persistent or sharing purpose.
Notice
This is an experimental feature, and is subject to breaking changes or deprecation without notice
Constructors
public ARDeviceMap()
Properties
| Name | Type | Summary |
|---|---|---|
| readonly DefaultAnchorIndex | int | - |
| readonly DeviceMapGraph | SerializeableDeviceMapGraph | - |
| readonly DeviceMapNodes | List<SerializeableDeviceMapNode> | - |
Methods
| Name | Type | Summary |
|---|---|---|
| AddDeviceMapNode | void | - |
| static CreateFromSerializedData | ARDeviceMap | - |
| GetAnchorPayload | byte[] | - |
| HasMapNode | bool | - |
| HasValidMap | bool | - |
| Serialize | byte[] | - |
| SetDeviceMapGraph | void | - |