unreal.GoogleARCoreCameraDepthSensorUsage

class unreal.GoogleARCoreCameraDepthSensorUsage

Bases: EnumBase

ingroup: GoogleARCoreBase Describes the usage of the depth sensor of the ARCore camera.

C++ Source:

  • Plugin: GoogleARCore

  • Module: GoogleARCoreBase

  • File: GoogleARCoreTypes.h

DEPTH_SENSOR_ANY: GoogleARCoreCameraDepthSensorUsage

Do not specify the depth sensor usage.

Type:

0

DEPTH_SENSOR_DO_NOT_USE: GoogleARCoreCameraDepthSensorUsage

Do not use the depth sensor.

Type:

2

DEPTH_SENSOR_REQUIRE_AND_USE: GoogleARCoreCameraDepthSensorUsage

Require and use the depth sensor.

Type:

1