You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the Renderer does not provide a way to render only specific Drawable objects. This can lead to inefficiencies when only a subset of Drawable objects needs to be displayed.
Describe the solution you'd like
Add a method to the Renderer that allows specifying a list or a collection of Drawable objects to render. This method should efficiently render only the specified objects without processing the others.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the Renderer does not provide a way to render only specific
Drawable
objects. This can lead to inefficiencies when only a subset ofDrawable
objects needs to be displayed.Describe the solution you'd like
Add a method to the Renderer that allows specifying a list or a collection of
Drawable
objects to render. This method should efficiently render only the specified objects without processing the others.Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: