All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
KzuFilterConfiguration Struct Reference

Configuration for filter types. More...

#include <user/filter/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...
 

Detailed Description

Configuration for filter types.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: