Open kenkinky opened 1 year ago
for https://flecs.dev/explorer
I can't find the api like:
world.set<flecs::Rest>({});
world.app() .enable_rest() .run();
Thx.
There is only the C API right now. world.set would be ecs_set_id. Check out the discord for some people working on the C++ kind of API for C#.
world.set
ecs_set_id
for https://flecs.dev/explorer
I can't find the api like:
Thx.