Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlFactory<TCreatedType>

UxmlFactory specialization for classes that derive from VisualElement and that shares its traits, VisualElementTraits.
Read time 1 minuteLast updated 9 days ago

Definition

Warning
Deprecated. UxmlFactory\<TCreatedType\> is deprecated and will be removed. Use UxmlElementAttribute instead.
public class UxmlFactory<TCreatedType> : UxmlFactory<TCreatedType, VisualElement.UxmlTraits>, IUxmlFactory, IBaseUxmlFactory where TCreatedType : VisualElement, new()

Inheritance