unreal.GoogleARCoreCameraDepthSensorUsage

class unreal.GoogleARCoreCameraDepthSensorUsage

Bases: unreal.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

Do not specify the depth sensor usage.

Type

0

DEPTH_SENSOR_DO_NOT_USE

Do not use the depth sensor.

Type

2

DEPTH_SENSOR_REQUIRE_AND_USE

Require and use the depth sensor.

Type

1