Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlTemplateFactory

Factory for the root Template element.
Read time 1 minuteLast updated 13 days ago

Definition

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

Remarks

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

Inheritance