Enumerations | |
| enum | FBlobSortMode { SORT_UNSORTED = 0 , SORT_BY_SIZE = 1 , SORT_BY_X_POSITION = 2 , SORT_BY_Y_POSITION = 3 , SORT_BY_DISTANCE = 4 } |
| Determines the sort mode criteria for blob objects. More... | |
| enum FBlobSortMode |
Determines the sort mode criteria for blob objects.
| Enumerator | |
|---|---|
| SORT_UNSORTED | Unsorted. |
| SORT_BY_SIZE | Sorted by size. |
| SORT_BY_X_POSITION | Sorted by X position |
| SORT_BY_Y_POSITION | Sorted by Y position |
| SORT_BY_DISTANCE | Sorted by distance to point (see SortCenterX property and SortCenterY property). |