class documentation

class Operator__FocussedObjectValue(str, Enum):

View In Hierarchy

Possible values of Operator__FocussedObject

Constant CENTER_DISPLAY Focussed object is the vehicle-inter center display
Constant COLLIDING_VEHICLE Focussed object is a vehicle in the scene having a collision
Constant GENERIC_VEHICLE Focussed object is a generic vehicle in the scene
Constant HUD Focussed object is the vehicle-inter head-up display
Constant INSTRUMENT_CLUSTER Focussed object is the vehicle-inter instrument cluster
Constant LEADING_VEHICLE Focussed object is the vehicle in front of the operator
Constant LEFT_MIRROR Focussed object is the left rear-view mirror
Constant OTHER_DISPLAY Focussed object is another vehicle-inter head-up display
Constant OTHER_EXTERIOR Focussed object is another exterior object
Constant OTHER_INTERIOR Focussed object is another object in the vehicle's interior (or on the vehicle's body)
Constant RIGHT_MIRROR Focussed object is the right rear-view mirror
Constant SIGNAL Focussed object is a traffic signal
CENTER_DISPLAY: str =

Focussed object is the vehicle-inter center display

Value
'center_display'
COLLIDING_VEHICLE: str =

Focussed object is a vehicle in the scene having a collision

Value
'colliding_vehicle'
GENERIC_VEHICLE: str =

Focussed object is a generic vehicle in the scene

Value
'generic_vehicle'
HUD: str =

Focussed object is the vehicle-inter head-up display

Value
'hud'
INSTRUMENT_CLUSTER: str =

Focussed object is the vehicle-inter instrument cluster

Value
'instrument_cluster'
LEADING_VEHICLE: str =

Focussed object is the vehicle in front of the operator

Value
'leading_vehicle'
LEFT_MIRROR: str =

Focussed object is the left rear-view mirror

Value
'left_mirror'
OTHER_DISPLAY: str =

Focussed object is another vehicle-inter head-up display

Value
'other_display'
OTHER_EXTERIOR: str =

Focussed object is another exterior object

Value
'other_exterior'
OTHER_INTERIOR: str =

Focussed object is another object in the vehicle's interior (or on the vehicle's body)

Value
'other_interior'
RIGHT_MIRROR: str =

Focussed object is the right rear-view mirror

Value
'right_mirror'
SIGNAL: str =

Focussed object is a traffic signal

Value
'signal'