docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class OptionalValueConverter<T>

    UXML attribute converter for Optional<T> values whose wrapped type is a comparable, formattable value type.

    Inheritance
    object
    UxmlAttributeConverter<Optional<T>>
    OptionalConverter<T>
    OptionalValueConverter<T>
    OptionalDoubleConverter
    OptionalFloatConverter
    OptionalIntConverter
    OptionalLongConverter
    Inherited Members
    OptionalConverter<T>.TryParse(string, out T)
    OptionalConverter<T>.FromString(string)
    OptionalConverter<T>.ToString(Optional<T>)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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>.

    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)