removeAll

Removes all billboards from the collection.

billboards.add(...);
billboards.add(...);
billboards.removeAll();

See also