Struct EcsRateFilter
Synopsis
#include <include/flecs/modules/timer.h>
typedef struct EcsRateFilter
Description
No description yet.
Source
Lines 48-53 in include/flecs/modules/timer.h.
typedef struct EcsRateFilter {
ecs_entity_t src; /* Source of the rate filter */
int32_t rate; /* Rate of the rate filter */
int32_t tick_count; /* Number of times the rate filter ticked */
FLECS_FLOAT time_elapsed; /* Time elapsed since last tick */
} EcsRateFilter;