Skip to content

Debology.Debby.Elements Namespace

Classes
DebbyButtonA simple button with an optional icon.
DebbyCategoryAn organizational element with a title that positions elements inside it horizontally, and is the top level organizational element in Adjust by default.
DebbyColorButtonA button that displays a color. It and opens the color picker when clicked.
DebbyControlThe base class for all Debby controls.
DebbyDoublePickerAn input field for System.Double values, with an optional min / max range, and pageSize (how much the value is incremented or decremented by clicking the plus or minus buttons).
DebbyDoubleSliderA slider for System.Double values, with an optional min / max range, and pageSize (how big each division in the slider is).
DebbyDropdownA simple dropdown element that accepts a list of strings as its options.
DebbyEnumDropdown<T>A simple dropdown element that accepts an enum type as its options.
DebbyFloatPickerA slider for System.Single values, with an optional min / max range, and pageSize (how much the value is incremented or decremented by clicking the plus or minus buttons).
DebbyFloatSliderA slider for System.Single values, with an optional min / max range, and pageSize (how big each division in the slider is).
DebbyGradientElementDraws a vertical or horizontal gradient between two colors.
DebbyGroupAn organizational element with a title that positions elements inside it vertically.
DebbyIntPickerA slider for System.Int32 values, with an optional min / max range, and pageSize (how much the value is incremented or decremented by clicking the plus or minus buttons).
DebbyIntSliderA slider for System.Int32 values, with an optional min / max range, and pageSize (how big each division in the slider is).
DebbyLongPickerA slider for System.Int64 values, with an optional min / max range, and pageSize (how much the value is incremented or decremented by clicking the plus or minus buttons).
DebbyLongSliderA slider for System.Int64 values, with an optional min / max range, and pageSize (how big each division in the slider is). NOTE: The slider range is limited to int.MinValue to int.MaxValue due to Unity's SliderInt limitations. Values outside this range can still be set via direct input.
DebbyNumberPicker<T,TField>Abstract base class for number pickers that provides shared UI construction and event handling logic.
DebbyTextFieldA simple text input field with a label.
DebbyToggleA simple boolean toggle.
DebbyUIntPickerA slider for System.UInt32 values, with an optional min / max range, and pageSize (how much the value is incremented or decremented by clicking the plus or minus buttons).
DebbyUIntSliderA slider for System.Int64 values, with an optional min / max range, and pageSize (how big each division in the slider is). NOTE: The slider range is limited to 0 to int.MaxValue due to Unity's SliderInt limitations. Values outside this range can still be set via direct input.
DebbyULongPickerA slider for System.UInt64 values, with an optional min / max range, and pageSize (how much the value is incremented or decremented by clicking the plus or minus buttons).
DebbyULongSliderA slider for System.UInt64 values, with an optional min / max range, and pageSize (how big each division in the slider is). NOTE: The slider range is limited to 0 to int.MaxValue due to Unity's SliderInt limitations. Values outside this range can still be set via direct input.
DebbyValueControl<T>The base class for all simple value controls in Adjust.
DebbyVector2FieldA simple UnityEngine.Vector2 input field.
DebbyVector3FieldA simple UnityEngine.Vector3 input field. This is also used to display UnityEngine.Quaternion values.
DebbyVector4FieldA simple UnityEngine.Vector4 input field.
Enums
DebbyIconA collection of icons for use in Adjust elements. You can add it to a button by using Icon, and to a context by using Icon.