Skip to content

Debology.Debby.Elements

DebbyValueControl<T> Class

The base class for all simple value controls in Adjust.

csharp
public abstract class DebbyValueControl<T> : Debology.Debby.Elements.DebbyControl

Type parameters

T

The type of value this displays.

Inheritance UnityEngine.UIElements.VisualElement 🡒 DebbyControl 🡒 UnityEngine.UIElements.INotifyValueChanged 🡒 DebbyValueControl<T>

Derived
DebbyColorButton
DebbyNumberPicker<T,TField>
DebbyTextField
DebbyToggle
DebbyVector2Field
DebbyVector3Field
DebbyVector4Field