Debology.Debby.Elements
DebbyNumberPicker<T,TField> Class
Abstract base class for number pickers that provides shared UI construction and event handling logic.
csharp
public abstract class DebbyNumberPicker<T,TField> : Debology.Debby.Elements.DebbyValueControl<T>
where TField : TextValueField<T>, new()Type parameters
T
The numeric type (int or float)
TField
The TextValueField type (IntegerField or FloatField)
Inheritance UnityEngine.UIElements.VisualElement 🡒 DebbyControl 🡒 UnityEngine.UIElements.INotifyValueChanged 🡒 Debology.Debby.Elements.DebbyValueControl<T> 🡒 DebbyNumberPicker<T,TField>
Derived
↳ DebbyDoublePicker
↳ DebbyFloatPicker
↳ DebbyIntPicker
↳ DebbyLongPicker
↳ DebbyUIntPicker
↳ DebbyULongPicker