Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

Warning
Deprecated. IUxmlFactory is deprecated and will be removed. Use UxmlElementAttribute instead.
public interface IUxmlFactory : IBaseUxmlFactory

Methods

Method

Description

CreateInstantiate and initialize an object of type
T0
.

Inheritance