Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BaseFieldTraits<TValueType, TValueUxmlAttributeType>

Traits for the BaseField.
Read time 1 minuteLast updated 9 days ago

Definition

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

Methods

Method

Description

InitInitializes the trait of BaseField.

Inheritance