提交 3b132ad0 编写于 作者: L Lewy Blue 提交者: Mr.doob

Added missing toJson method (#10019)

上级 07aa60f0
......@@ -22,7 +22,7 @@
<h2>Properties</h2>
<h3>[property:String name]</h3>
<div>Default is the empty string.</div>
<div>Optional name of the object (doesn't need to be unique). Default is an empty string.</div>
<h3>[property:Color color]</h3>
<div>Fog color. Example: If set to black, far away objects will be rendered black.</div>
......@@ -32,10 +32,12 @@
<div>Default is 0.00025.</div>
<h2>Methods</h2>
<h3>[method:FogExp2 clone]()</h3>
<div>Returns a copy of this.</div>
<div>Returns a new FogExp2 instance with the same parameters as this one.</div>
<h3>[method:FogExp2 toJSON]()</h3>
<div>Return FogExp2 data in JSON format.</div>
<h2>Source</h2>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册