Config.PlaneTrackingMode


public final class Config.PlaneTrackingMode


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

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

Summary

Public fields

static final @NonNull Config.PlaneTrackingMode

Planes will not be tracked.

static final @NonNull Config.PlaneTrackingMode

Horizontal and vertical planes will be tracked.

Public methods

@NonNull String

Public fields

DISABLED

public static final @NonNull Config.PlaneTrackingMode DISABLED

Planes will not be tracked.

HORIZONTAL_AND_VERTICAL

public static final @NonNull Config.PlaneTrackingMode HORIZONTAL_AND_VERTICAL

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

Public methods

toString

public @NonNull String toString()