remove
Removes a billboard from the collection.
const b = billboards.add(...);
billboards.remove(b); // Returns true
Content copied to clipboard
Return
true
if the billboard was removed; false
if the billboard was not found in the collection.
Parameters
billboard
The billboard to remove.