Skip to content

Debology.Debby.Modules.Adjust.Adapters Namespace

Classes
AdjustTypeAdapter<TValue,TAttribute>Base class for type-specific adapters that convert adjustable values to visual elements. If you want to add support for a custom class, extend this and register it via Adjust -> RegisterTypeAdapter<TAdapter,TValue>()
AdjustTypeAdapter<TValue>Same as AdjustTypeAdapter<TValue,TAttribute> but without an attribute. Use this one if you do not need to support a custom attribute (e.h. [AdjustInt], [AdjustFloat], etc.)