Structs§
- Extract
Plugin - Plugin that sets up the
RenderAppand handles extracting data from the main world to the render world. - Extract
Schedule - Schedule in which data from the main world is ‘extracted’ into the render world.
- Main
World - The simulation
Worldof the application, stored as a resource.
Functions§
- extract
- Executes the
ExtractSchedulestep of the renderer. This updates the render world with the extracted ECS data of the current frame.