LayoutPlacement

sealed class LayoutPlacement

Describes directional placement relative to the lens carousel.

Since

1.11.0

Types

Above
Link copied to clipboard
object Above : LensesComponent.Carousel.LayoutPlacement
Placement for attaching above the lens carousel.
Behind
Link copied to clipboard
object Behind : LensesComponent.Carousel.LayoutPlacement
Placement for attaching behind the lens carousel.
InFront
Link copied to clipboard
object InFront : LensesComponent.Carousel.LayoutPlacement
Placement for attaching in front of the lens carousel.

Inheritors