These will later on be added to systems which will take care of invoking these. Currently they can be invoked using invoke_job(job, world). Where world can be the actual world object or a compiled world which contains this query as an optimization parameter.
Jobs can be made using
These will later on be added to systems which will take care of invoking these. Currently they can be invoked using
invoke_job(job, world)
. Where world can be the actual world object or a compiled world which contains this query as an optimization parameter.