Class SparseSpatialMapWorkerFrameFilter
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
Control the UnityEngine.MonoBehaviour under the easyar.SparseSpatialMap in the scene, and provide function extensions in the Unity environment.
public abstract class SparseSpatialMapWorkerFrameFilter : FrameFilter
- Inheritance
-
SparseSpatialMapWorkerFrameFilter
- Derived
Properties
ServiceAccessData
Service access data. It is only effective if modified before session starts. No need to set when using GlobalConfig.
public FixedAddressAPIKeyAccessData ServiceAccessData { get; set; }
Property Value
ServiceAccessSource
Service access data source type. It is only effective if modified before session starts.
public SparseSpatialMapWorkerFrameFilter.ServiceAccessSourceType ServiceAccessSource { get; set; }
Property Value
Methods
ClearCache()
Clear the occupied cache data storage space.
public static void ClearCache()