remove All
Removes all GameComponentViews contained in collection from this GameComponentContainer.
Return
true
if the GameComponentContainer was altered by the call, false
otherwise.
Parameters
collection
The GameComponentViews to remove.
Removes all GameComponentViews matching the predicate from this GameComponentContainer.
Return
true
if the GameComponentContainer was altered by the call, false
otherwise.
Parameters
predicate
The predicate to evaluate.