Class TwoPaneSplitView.UxmlTraits
Defines TwoPaneSplitView.UxmlTraits for the TwoPaneSplitView.
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class UxmlTraits : VisualElement.UxmlTraits
Properties
uxmlChildElementsDescription
Declaration
public override IEnumerable<UxmlChildElementDescription> uxmlChildElementsDescription { get; }
Property Value
Type | Description |
---|---|
IEnumerable<UxmlChildElementDescription> |
Overrides
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | |
IUxmlAttributes | bag | |
CreationContext | cc |