Skip to content

Commit 2a55412

Browse files
authored
Merge pull request #14612 from BachNewton/patch-1
Added AmbientLight's default constructor values
2 parents 03e2f4b + 2c4487b commit 2a55412

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/api/lights/AmbientLight.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ <h2>Constructor</h2>
3636

3737
<h3>[name]( [param:Integer color], [param:Float intensity] )</h3>
3838
<p>
39-
[page:Integer color] Numeric value of the RGB component of the color. <br />
40-
[page:Float intensity] -- Numeric value of the light's strength/intensity.<br /><br />
39+
[page:Integer color] - (optional) Numeric value of the RGB component of the color. Default is 0xffffff.<br />
40+
[page:Float intensity] - (optional) Numeric value of the light's strength/intensity. Default is 1.<br /><br />
4141

4242
Creates a new [name].
4343
</p>

0 commit comments

Comments
 (0)