Entities

class vista.entities.Entity[source]

Base class of all objects lives in World, including cars, and all sensors attached to the car.

property id

The identifier of this entity.

property parent

The parent of this entity.

Types of Entities