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
When extending the SpriteClass and overriding the draw method, there's no way to prevent the children from rendering. For example if I want to not render the sprite I would not do anything in the draw method, but there's no way I can prevent the children of the sprite from rendering.
The text was updated successfully, but these errors were encountered:
When extending the
SpriteClass
and overriding thedraw
method, there's no way to prevent thechildren
from rendering. For example if I want to not render the sprite I would not do anything in thedraw
method, but there's no way I can prevent the children of the sprite from rendering.The text was updated successfully, but these errors were encountered: