Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


BaseVerticalCollectionView.UxmlTraits

Defines UxmlTraits for the BaseVerticalCollectionView.
Read time 1 minuteLast updated 12 days ago

Definition

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

Remarks

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

Constructors

Constructor

Description

UxmlTraits()Constructor.

Properties

Property

Description

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

Methods

Method

Description

InitInitializes BaseVerticalCollectionView properties using values from the attribute bag.

Inheritance