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