FloatValueProvider

class FloatValueProvider(val name: String, val default: Float, val range: ClosedFloatingPointRange<Float>, val suffix: String = "") : RangedValueProvider

ValueGroup.float registered to the submodule directly.

Constructors

Link copied to clipboard
constructor(name: String, default: Float, range: ClosedFloatingPointRange<Float>, suffix: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun register(offeredValueGroup: ValueGroup): RangedValue<*>

Offers the provider to register to the configurable.