[]
Gets or sets the light at the specified index.
public Light this[int index] { get; set; }
Public Default Property Item(index As Integer) As Light
| Type | Name | Description |
|---|---|---|
| int | index | Index of the light. |
| Type | Description |
|---|---|
| Light | Light. |