Class IMGUIContainer.UxmlTraits
Defines IMGUIContainer.UxmlTraits for the IMGUIContainer.
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class UxmlTraits : VisualElement.UxmlTraits
Constructors
UxmlTraits()
Constructor.
Declaration
public UxmlTraits()
Properties
uxmlChildElementsDescription
Returns an empty enumerable, as IMGUIContainer cannot have VisualElement children.
Declaration
public override IEnumerable<UxmlChildElementDescription> uxmlChildElementsDescription { get; }
Property Value
Type | Description |
---|---|
IEnumerable<UxmlChildElementDescription> |