Configuration for filter types. More...
#include <kanzi/core.ui/graphics3d/kzu_object_source_base.h>
Public Attributes | |
KzuFilterStartFunction | startFunction |
Function to call every frame in the beginning of apply. More... | |
KzuFilterApplyFunction | applyFunction |
Function to use for evaluation whether a specific object will be included or not. More... | |
Configuration for filter types.
KzuFilterStartFunction KzuFilterConfiguration::startFunction |
Function to call every frame in the beginning of apply.
Can be KZ_NULL.
KzuFilterApplyFunction KzuFilterConfiguration::applyFunction |
Function to use for evaluation whether a specific object will be included or not.