Controller

interface Controller

Provides a way to modify Adjustment properties.

Types

Link copied to clipboard

Convenience implementation of Controller which does nothing.

Functions

Link copied to clipboard
abstract fun <T : Any> set(property: AdjustmentsComponent.Adjustment.Property<T>, value: T)

Attempts to set the provided property of an adjustment to the value.

Inheritors

Link copied to clipboard

Extensions