Config.PlaneTrackingMode


public final 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 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.

HorizontalAndVertical

public static final @NonNull Config.PlaneTrackingMode HorizontalAndVertical

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

Public methods

toString

public @NonNull String toString()