Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlAttributeOverridesFactory

Factory for the root AttributeOverrides element.
Read time 1 minuteLast updated 10 days ago

Definition

Warning
Deprecated. UxmlAttributeOverridesFactory is deprecated and will be removed. Use UxmlElementAttribute instead.
public class UxmlAttributeOverridesFactory : UxmlFactory<VisualElement, UxmlAttributeOverridesTraits>, IUxmlFactory, IBaseUxmlFactory

Remarks

This factory does not generate VisualElements. UIElements uses it to generate schemas.

Inheritance