Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlAttributeNames

Holds the description data of a UXML attribute.
Read time 1 minuteLast updated 11 days ago

Definition

public readonly struct UxmlAttributeNames

Remarks

This is used by the code generator when a control is using UxmlElementAttribute and UxmlAttributeAttribute.

Fields

Value

Description

fieldNameThe field name of the UXML attribute
obsoleteNamesThe obsolete names of the UXML attribute.
typeReferenceThe type reference of the UXML attribute.
uxmlNameThe uxml name of the UXML attribute.

Constructors