Class OptionalValuePropertyDrawer<T, TU>
Draws the Inspector GUI for an optional value property
Inherited Members
Namespace: Unity.AppUI.Editor
Assembly: Unity.AppUI.Editor.dll
Syntax
public class OptionalValuePropertyDrawer<T, TU> : OptionalPropertyDrawer<T, TU> where T : struct, IComparable, IComparable<T>, IFormattable where TU : BindableElement, INotifyValueChanged<T>, new()
Type Parameters
Name | Description |
---|---|
T | The type of the optional property |
TU | The type of the field used to edit the value of the optional property |