Class Tabs.UxmlFactory
Factory class to instantiate a Tabs using the data read from a UXML file.
Inheritance
Tabs.UxmlFactory
Inherited Members
UxmlFactory<Tabs, Tabs.UxmlTraits>.Create(IUxmlAttributes, CreationContext)
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.AcceptsAttributeBag(IUxmlAttributes, CreationContext)
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.uxmlName
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.uxmlNamespace
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.uxmlQualifiedName
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.uxmlType
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.canHaveAnyAttribute
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.uxmlAttributesDescription
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.uxmlChildElementsDescription
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.substituteForTypeName
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.substituteForTypeNamespace
BaseUxmlFactory<Tabs, Tabs.UxmlTraits>.substituteForTypeQualifiedName
Namespace: Unity.Muse.AppUI.UI
Assembly: Unity.Muse.AppUI.dll
Syntax
public class Tabs.UxmlFactory : UxmlFactory<Tabs, Tabs.UxmlTraits>, IUxmlFactory, IBaseUxmlFactory
Properties
uxmlChildElementsDescription
Describes the types of element that can appear as children of this element in a UXML file.
Declaration
public override IEnumerable<UxmlChildElementDescription> uxmlChildElementsDescription { get; }
Property Value
Type | Description |
---|---|
IEnumerable<UxmlChildElementDescription> |
Overrides
UnityEngine.UIElements.BaseUxmlFactory<Unity.Muse.AppUI.UI.Tabs, Unity.Muse.AppUI.UI.Tabs.UxmlTraits>.uxmlChildElementsDescription