Class pvr.controller.types._FloatPropertyControllerMixin


Extends pvr.controller.types.mixins.features._NumberPropertyControllerMixin, pvr.controller.types.mixins.features._RangePropertyControllerMixin, pvr.controller.types.mixins.features._PatternPropertyControllerMixin, pvr.controller.types.mixins.features._ChoicesPropertyControllerMixin.
Mix-in class for custom property controllers of type "float".

Some applications may wish to add custom attributes to property controllers of all types. A recommended pattern for this includes the following steps.