enumeration
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.
CloseFor 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.
CloseA data type that defines the default behaviors for how to draw and compare items in the columns.
Name | Draws a name field, and handles comparison for sorting. Also implements a search field for filtering the rows. |
Checkbox | Draws a checkbox, and handles comparison for sorting. |
Enum | Draws an enum field, and handles comparison for sorting. |
Int | Draws an int field, and handles comparison for sorting. |
Float | Draws a float field, and handles comparison for sorting. |
Color | Draws a color box, and handles comparison for sorting. |
Custom | No drawing or comparison for sorting. Please use the delegates in the constructor to override these. |