SparseSpatialMapWorkerFrameFilter Class¶
Description¶
MonoBehaviour which controls SparseSpatialMap in the scene, providing a few extensions in the Unity environment.
Enums¶
public enum SparseSpatialMapWorkerFrameFilter.ServiceAccessSourceType |
Service access source type. |
Properties¶
ServiceAccessSource¶
- C#
public SparseSpatialMapWorkerFrameFilter.ServiceAccessSourceType ServiceAccessSource { get; set; }
Service access source type. Only effective if modified before the session starts.
ServiceAccessData¶
- C#
public FixedAddressAPIKeyAccessData ServiceAccessData { get; set; }
Service access data. Only effective if modified before the session starts. Do not set if SparseSpatialMapWorkerFrameFilter.ServiceAccessSourceType.GlobalConfig is in use.
Methods¶
ClearCache¶
- C#
public static void ClearCache()
Clears allocated cache storage space.