Debology.Debby.Modules.Adjust.Adapters
AdjustTypeAdapter<TValue,TAttribute> Class
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>()
csharp
public abstract class AdjustTypeAdapter<TValue,TAttribute>
where TAttribute : Debology.Debby.Modules.Adjust.Attributes.AdjustAttributeType parameters
TValue
The value type this adapter handles
TAttribute
The specific attribute type for this adapter
Inheritance System.Object 🡒 AdjustTypeAdapter<TValue,TAttribute>
Derived
↳ AdjustTypeAdapter<TValue>