Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BaseListView.UxmlTraits

Defines BaseListView.UxmlTraits for the BaseListView.
Read time 1 minuteLast updated 13 days ago

Definition

Warning
Deprecated. UxmlTraits is deprecated and will be removed. Use UxmlElementAttribute instead.
public class BaseListView.UxmlTraits : BaseVerticalCollectionView.UxmlTraits

Remarks

This class defines the list view element properties that you can use in a UI document asset (UXML file).

Properties

Property

Description

uxmlChildElementsDescriptionReturns an empty enumerable, because list views usually do not have child elements.

Inheritance