Flecs
v4.0
A fast entity component system (ECS) for C & C++
Loading...
Searching...
No Matches
decl.hpp
Go to the documentation of this file.
1
6
#pragma once
7
8
namespace
flecs {
9
18
using
Timer =
EcsTimer
;
19
using
RateFilter =
EcsRateFilter
;
20
21
struct
timer
;
22
25
namespace
_ {
26
27
void
timer_init(
flecs::world
& world);
28
29
}
// namespace _
30
}
// namespace flecs
EcsTimer
struct EcsTimer EcsTimer
Component used for one shot/interval timer functionality.
EcsRateFilter
struct EcsRateFilter EcsRateFilter
Apply a rate filter to a tick source.
flecs::world
The world.
Definition
world.hpp:137
timer
flecs::timer timer(Args &&... args) const
Find or register a timer.