Class SparseSpatialMapWorkerFrameFilter
- Namespace
- easyar
- Assembly
- EasyAR.Sense.dll
A MonoBehaviour that controls easyar.SparseSpatialMap in the scene and provides functional extensions in Unity.
public abstract class SparseSpatialMapWorkerFrameFilter : FrameFilter
- Inheritance
-
SparseSpatialMapWorkerFrameFilter
- Derived
Properties
ServiceAccessData
Service access data. Changes take effect only before the session starts. No setting is required when using GlobalConfig.
public FixedAddressAPIKeyAccessData ServiceAccessData { get; set; }
ServiceAccessSource
Service access data source type. Changes take effect only before the session starts.
public SparseSpatialMapWorkerFrameFilter.ServiceAccessSourceType ServiceAccessSource { get; set; }
Methods
ClearCache()
Clears the occupied cache data storage space.
public static void ClearCache()