Version: 2022.3
LanguageEnglish
  • C#

DataType

enumeration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

A data type that defines the default behaviors for how to draw and compare items in the columns.

Properties

NameDraws a name field, and handles comparison for sorting. Also implements a search field for filtering the rows.
CheckboxDraws a checkbox, and handles comparison for sorting.
EnumDraws an enum field, and handles comparison for sorting.
IntDraws an int field, and handles comparison for sorting.
FloatDraws a float field, and handles comparison for sorting.
ColorDraws a color box, and handles comparison for sorting.
CustomNo drawing or comparison for sorting. Please use the delegates in the constructor to override these.