[]
Removes the specified light from the collection.
public bool Remove(Light item)
Public Function Remove(item As Light) As Boolean
| Type | Name | Description |
|---|---|---|
| Light | item | Light to remove. |
| Type | Description |
|---|---|
| bool | true if item was successfully removed from the collection; otherwise, false. |