Class GridView.UxmlTraits
Defines GridView.UxmlTraits for the GridView.
Inheritance
GridView.UxmlTraits
Inherited Members
VisualElement.UxmlTraits.m_Name
VisualElement.UxmlTraits.m_PickingMode
Namespace: Unity.Muse.AppUI.UI
Assembly: Unity.Muse.AppUI.dll
Syntax
public class GridView.UxmlTraits : BaseGridView.UxmlTraits
Remarks
This class defines the GridView element properties that you can use in a UI document asset (UXML file).
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initializes GridView properties using values from the attribute bag.
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | The object to initialize. |
IUxmlAttributes | bag | The attribute bag. |
CreationContext | cc | The creation context; unused. |