remove

fun remove(component: T): Boolean

Removes the GameComponentView specified by the parameter from this GameComponentContainer.

Return

true if the GameComponentContainer was altered by the call, false otherwise.

Parameters

component

The GameComponentView to remove.