SpatialViewEntityManager

Interface to define content of SpatialView and operations about the content.

Inheritors

Properties

Link copied to clipboard

The SpatialViewEntityCollection that contains and manages all the Entity instances in current SpatialView.

Functions

Link copied to clipboard
abstract fun addEntity(entity: Entity)

Add Entity to this content.

Link copied to clipboard
abstract fun removeEntity(entity: Entity)

Remove Entity from this content, if present.