VR-Engage  2.2
Loading...
Searching...
No Matches
objectProximitySensor.h File Reference
Include dependency graph for objectProximitySensor.h:

Go to the source code of this file.

Classes

class  makVre::DtObjectProximitySensor
 

Namespaces

namespace  makVre
 

Variables

static const DtSensorTypeEnum DtProximitySensorType = static_cast<DtSensorTypeEnum>(50)
 
static const char * DtObjectProximitySensorType = "object-proximity-sensor"
 

Detailed Description

This file defines the DtObjectProximitySensor class which extends the base proximity sensor to detect specific objects within a configurable detection range. It provides functionality to monitor and report on objects that enter and exit the sensor's detection area.

Variable Documentation

◆ DtProximitySensorType

const DtSensorTypeEnum DtProximitySensorType = static_cast<DtSensorTypeEnum>(50)
static

Sensor type enumeration value for proximity sensors.

This value is used to identify proximity sensors when requesting sensor updates in the front-end systems.

◆ DtObjectProximitySensorType

const char* DtObjectProximitySensorType = "object-proximity-sensor"
static

Type identifier string for object proximity sensor components.