Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Init(VisualElement, IUxmlAttributes, CreationContext)

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

Definition

Warning
Deprecated. TextValueFieldTraits<TValueType, TValueUxmlAttributeType> is deprecated and will be removed. Use UxmlElementAttribute instead.
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)

Parameters

The VisualElement to initialize.

A bag of UXML attribute name-value pairs used to initialize VisualElement members.

The creation context associated with these traits.