Table of Contents

Class SparseSpatialMapWorkerFrameFilter

Namespace
easyar
Assembly
EasyAR.Sense.dll

Controls the easyar.SparseSpatialMap in the scene, providing functional extensions in the Unity environment.

public abstract class SparseSpatialMapWorkerFrameFilter : FrameFilter
Inheritance
SparseSpatialMapWorkerFrameFilter
Derived

Properties

ServiceAccessData

Service access data. Modifications are only effective before the session starts. Using GlobalConfig requires no setup.

public FixedAddressAPIKeyAccessData ServiceAccessData { get; set; }

Property Value

ServiceAccessSource

Service access data source type. Modifications are only effective before the session starts.

public SparseSpatialMapWorkerFrameFilter.ServiceAccessSourceType ServiceAccessSource { get; set; }

Property Value

Methods

ClearCache()

Clear the occupied cache data storage space.

public static void ClearCache()