Config.PlaneTrackingMode


class Config.PlaneTrackingMode


Feature that allows tracking of and provides information about scene planes.

Setting this feature to PlaneTrackingMode.HorizontalAndVertical requires that the SCENE_UNDERSTANDING_COARSE Android permission is granted.

Summary

Public companion properties

Config.PlaneTrackingMode

Planes will not be tracked.

Config.PlaneTrackingMode

Horizontal and vertical planes will be tracked.

Public functions

open String

Public companion properties

Disabled

val DisabledConfig.PlaneTrackingMode

Planes will not be tracked.

HorizontalAndVertical

val HorizontalAndVerticalConfig.PlaneTrackingMode

Horizontal and vertical planes will be tracked. Note that setting this mode will consume additional runtime resources.

Public functions

toString

open fun toString(): String