8#include "../../utils/builder.hpp"
13 template <
typename ... Components>
14 using pipeline_builder_base = builder<
16 pipeline_builder_i, Components ...>;
23template <
typename ... Components>
29 this->m_desc.entity =
id;
flecs::pipeline_builder pipeline() const
Create a new pipeline.
Class that wraps around a flecs::id_t.