UxmlAttributeAttribute
Declares that a field or property is associated with a UXML attribute.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Constructor
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
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
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)