|
Kanzi Graphics Engine
|
Configuration for sort object sources. More...
#include <kzu_object_source_base.h>
Data Fields | |
| KzuSortObjectSourceStartFunction | startFunction |
| Function to call just before sorting. More... | |
| KzuSortObjectSourceDeleteFunction | deleteFunction |
| Function which is called when the sort object source is deleted. 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.
| KzuSortObjectSourceDeleteFunction KzuSortObjectSourceConfiguration::deleteFunction |
Function which is called when the sort object source is deleted.
Can be KZ_NULL.
| KzuSortObjectSourceComparatorFunction KzuSortObjectSourceConfiguration::comparator |
Comparator function to use for sorting objects.