SparseSpatialMapHolder Class¶
Description¶
MonoBehaviour which holds and manages sparse spatial maps generated from SparseSpatialMap in the scene.
MonoBehaviour Messages¶
protected virtual void Awake() |
protected virtual void OnDestroy() |
Fields¶
SparseSpatialMapRoot¶
- C#
public SparseSpatialMapRootController SparseSpatialMapRoot
The parent object of all sparse spatial maps, will be generated automatically if not set.
Properties¶
MapRoot¶
- C#
public SparseSpatialMapRootController MapRoot { get; }
The parent object of all sparse spatial maps.
Maps¶
- C#
public List< SparseSpatialMapController > Maps { get; }
The sparse spatial maps loaded.