[]
Copies the lights in the collection to an array, starting at the specified array index.
public void CopyTo(Light[] array, int arrayIndex)
Public Sub CopyTo(array As Light(), arrayIndex As Integer)
Type | Name | Description |
---|---|---|
Light[] | array | One-dimension array that is the destination of the lights copied from the collection. |
int | arrayIndex | Zero-based index in array at which copying begins. |