IUxmlFactory
Interface for UXML factories. While it is not strictly required, concrete factories should derive from the generic class UxmlFactory<TCreatedType, TTraits>.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Interface
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
public interface IUxmlFactory : IBaseUxmlFactory
Methods
Method | Description |
|---|---|
| Create | Instantiate and initialize an object of type |