Class UIListView.UxmlSerializedData
Inheritance
UxmlSerializedData
VisualElement.UxmlSerializedData
BindableElement.UxmlSerializedData
BaseVerticalCollectionView.UxmlSerializedData
BaseListView.UxmlSerializedData
ListView.UxmlSerializedData
UIListView.UxmlSerializedData
Inherited Members
ListView.UxmlSerializedData.Register()
UxmlSerializedData.ShouldWriteAttributeValue(UxmlSerializedData.UxmlAttributeFlags)
Namespace: Fwt.UIToolkit
Assembly: fwt.uitoolkit.dll
Syntax
[Serializable]
public class UIListView.UxmlSerializedData : ListView.UxmlSerializedData
Methods
CreateInstance()
<p>
Returns an instance of the declaring element.
Declaration
public override object CreateInstance()
Returns
| Type | Description |
|---|---|
| object | The new instance of the declaring element. |
Overrides
UnityEngine.UIElements.ListView.UxmlSerializedData.CreateInstance()