[]
Creates a new light.
protected Light()
Protected Sub New()
Creates a new light that is a copy of the specified light.
protected Light(Light light)
Protected Sub New(light As Light)
Type | Name | Description |
---|---|---|
Light | light | Light to copy. |