Version:
2021.1
2020.2
2020.1
2019.2
2019.1
2018.3
Back to list
Scene :: createDirectionalLight
Synopsis
Create a new directional light
GUI Dialog
Script function
scene.createDirectionalLight
(
name
,
color
,
power
[,
direction
[,
parent
]]) ->
light
Parameters
name
(
String
) : Name of the light
color
(
Color
) : Color of the light
power
(
Double
) : Intensity of the light
direction
(
Vector3
)
[optional]
: Relative direction of the light
parent
(
Assembly
)
[optional]
: Parent assembly
Return value
light
(
DirectionalLight
) : The created directional light