Entity
An Entity is an opaque 32-bit identifier for objects in the scene.
Entities are created by EntityManager and are used throughout Filament to refer to objects and their components (Transform, Light, Renderable, etc.). An Entity value can be checked for validity using EntityManager.isAlive().