|
Kanzi Graphics Engine
|
Configuration for filter types. More...
#include <kzu_object_source_base.h>
Data Fields | |
| KzuFilterStartFunction | startFunction |
| Function to call every frame in the beginning of apply. More... | |
| KzuFilterDeleteFunction | deleteFunction |
| Function which is called when the filter is deleted. 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.
| KzuFilterDeleteFunction KzuFilterConfiguration::deleteFunction |
Function which is called when the filter is deleted.
Can be KZ_NULL.
| KzuFilterApplyFunction KzuFilterConfiguration::applyFunction |
Function to use for evaluation whether a specific object will be included or not.