Add/Remove vs SetVisible(true/false)
Hello,
Imagine I've got an object, say a numpad, that I want to display or hide upon a specific button press.
What are the pros and cons of using one method vs the other? I'm especially asking in terms of performance as keeping the object added but hidden allows to do a partial redraw (object.invalidate()).
Should add/remove only be used when we wish to change the Z-order of the object?
Thanks in advance.
