This version of Unity is unsupported.

SortColumnDescription

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

This represents a description on what column to sort and in which order.

Properties

column The sorted column.
columnIndex The index of the column.
columnName The name of the column.
direction The sort direction.

Constructors

SortColumnDescription Default constructor.