method removeChild

bool removeChild(box child);

Argumente

Zurückgegebener Wert

This method will remove a box from the list of children this box maintains. At this point, the box that was removed has no parent. This does not destroy (delete) the box.

See the addChild property for an example.