Class OptionalValueConverter<T>
UXML attribute converter for Optional<T> values whose wrapped type is a comparable, formattable value type.
Inheritance
OptionalValueConverter<T>
Inherited Members
Namespace: Unity.AppUI.Editor
Assembly: Unity.AppUI.Editor.dll
Syntax
public class OptionalValueConverter<T> : OptionalConverter<T> where T : IComparable, IComparable<T>, IFormattable
Type Parameters
| Name | Description |
|---|---|
| T | The type of the value wrapped by the Optional<T>. |