Version: 2022.2
LanguageEnglish
  • C#

IBaseUxmlFactory

interface in UnityEngine.UIElements

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Base interface for UXML factories. While it is not strictly required, concrete factories should derive from the generic class UxmlFactory_2 or UxmlObjectFactory_2.

Properties

canHaveAnyAttribute Must return true if the UXML element attributes are not restricted to the values enumerated by uxmlAttributesDescription.
substituteForTypeName The type of element for which this element type can substitute for.
substituteForTypeNamespace The UXML namespace for the type returned by substituteForTypeName.
substituteForTypeQualifiedName The fully qualified XML name for the type returned by substituteForTypeName.
uxmlAttributesDescription Describes the UXML attributes expected by the element. The attributes enumerated here will appear in the UXML schema.
uxmlChildElementsDescription Describes the types of element that can appear as children of this element in a UXML file.
uxmlName The name of the UXML element read by the factory.
uxmlNamespace The namespace of the UXML element read by the factory.
uxmlQualifiedName The fully qualified name of the UXML element read by the factory.
uxmlType The type of the UXML element read by the factory.

Public Methods

AcceptsAttributeBag Returns true if the factory accepts the content of the attribute bag.
Copyright © 2023 Unity Technologies
优美缔软件(上海)有限公司 版权所有
"Unity"、Unity 徽标及其他 Unity 商标是 Unity Technologies 或其附属机构在美国及其他地区的商标或注册商标。其他名称或品牌是其各自所有者的商标。
公安部备案号:
31010902002961