PropertySmoother
class PropertySmoother<T : LinearType<T>>(clock: Clock, property: KProperty0<T>, factor: Double = 0.99, factorProperty: KProperty0<Double>?)(source)
Constructors
Link copied to clipboard
constructor(clock: Clock, property: KProperty0<T>, factor: Double = 0.99, factorProperty: KProperty0<Double>?)