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
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: UxmlFactory<T, UxmlTraits>
- Implements: IUxmlFactory, IBaseUxmlFactory
public class UxmlFactory<TCreatedType> : UxmlFactory<TCreatedType, VisualElement.UxmlTraits>, IUxmlFactory, IBaseUxmlFactory where TCreatedType : VisualElement, new()