Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


TextValueFieldTraits<TValueType, TValueUxmlAttributeType>

Specifies the TextValueField<TValueType> 's UxmlTraits.
Read time 1 minuteLast updated 11 days ago

Definition

Warning
Deprecated. TextValueFieldTraits<TValueType, TValueUxmlAttributeType> is deprecated and will be removed. Use UxmlElementAttribute instead.
public class TextValueFieldTraits<TValueType, TValueUxmlAttributeType> : BaseFieldTraits<TValueType, TValueUxmlAttributeType> where TValueUxmlAttributeType : TypedUxmlAttributeDescription<TValueType>, new()

Inheritance