ReadOnlyFloatPropertyWrapper
class ReadOnlyFloatPropertyWrapper(wraps: FloatProperty) : ReadOnlyPropertyWrapper<Float, Property<Float>> , ReadOnlyFloatProperty
Never use this class directly. Use FloatProperty.asReadOnly to obtain a read-only version of a mutable FloatProperty.
Boilerplate which avoids having to use generic. Instead of ReadOnlyPropertyWrapper<Float, Property<Float>>
, use ReadOnlyFloatPropertyWrapper
.