Configuration for sort object sources. More...
#include <kanzi/core.ui/graphics3d/kzu_object_source_base.h>
Public Attributes | |
KzuSortObjectSourceStartFunction | startFunction |
Function to call just before sorting. More... | |
KzuSortObjectSourceComparatorFunction | comparator |
Comparator function to use for sorting objects. More... | |
Configuration for sort object sources.
KzuSortObjectSourceStartFunction KzuSortObjectSourceConfiguration::startFunction |
Function to call just before sorting.
Can be KZ_NULL.
KzuSortObjectSourceComparatorFunction KzuSortObjectSourceConfiguration::comparator |
Comparator function to use for sorting objects.