We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 03e2f4b + 2c4487b commit 2a55412Copy full SHA for 2a55412
docs/api/lights/AmbientLight.html
@@ -36,8 +36,8 @@ <h2>Constructor</h2>
36
37
<h3>[name]( [param:Integer color], [param:Float intensity] )</h3>
38
<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 />
+ [page:Integer color] - (optional) Numeric value of the RGB component of the color. Default is 0xffffff.<br />
+ [page:Float intensity] - (optional) Numeric value of the light's strength/intensity. Default is 1.<br /><br />
41
42
Creates a new [name].
43
</p>
0 commit comments