Link Search Menu Expand Document

arena-py API v0.9.6

arena.objects.entity

Entity object class to manage its properties in the ARENA: Entities are the base of all objects in the scene. Entities are containers into which components can be attached.

Parameters
  • dict geometry: geometry (optional)
  • dict panel: panel (optional)
Entity(**kwargs)
object_type = 'entity'