Skip to main content

Module extract_plugin

Module extract_plugin 

Source

Structs§

ExtractPlugin
Plugin that sets up the RenderApp and handles extracting data from the main world to the render world.
ExtractSchedule
Schedule in which data from the main world is ‘extracted’ into the render world.
MainWorld
The simulation World of the application, stored as a resource.

Functions§

extract
Executes the ExtractSchedule step of the renderer. This updates the render world with the extracted ECS data of the current frame.