Decorator to indicate that the target system will be executed at the begining of the render loop.
Pre-render systems handle tasks that need to be completed before the final rendering step.
They are useful for tasks like sorting sprites, updating UI elements, and positioning the camera before rendering,
along with other preparatory operations.
Decorator to indicate that the target system will be executed at the begining of the render loop.
Pre-render systems handle tasks that need to be completed before the final rendering step.
They are useful for tasks like sorting sprites, updating UI elements, and positioning the camera before rendering, along with other preparatory operations.