Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlAttributeAttribute

Declares that a field or property is associated with a UXML attribute.
Read time 1 minuteLast updated 7 days ago

Definition

UxmlAttributeAttribute()

Declares that a field or property is associated with a UXML attribute.
public UxmlAttributeAttribute()

UxmlAttributeAttribute(string)

Declares that a field or property is associated with a UXML attribute.
public UxmlAttributeAttribute(string name)

Parameters

name

The name of the UXML attribute.

UxmlAttributeAttribute(string, string[])

Declares that a field or property is associated with a UXML attribute.
public UxmlAttributeAttribute(string name, params string[] obsoleteNames)

Parameters

name

The name of the UXML attribute.

obsoleteNames

The Obsolete UXML attribute names.