瀏覽代碼

added missing toJSON method (#10020)

Lewy Blue 8 年之前
父節點
當前提交
07aa60f0cb
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      docs/api/scenes/Scene.html

+ 5 - 0
docs/api/scenes/Scene.html

@@ -46,6 +46,11 @@
 
 		<h2>Methods</h2>
 
+		<h3>[method:JSON toJSON]</h3>
+		<div>
+		Return the scene data in JSON format.
+		</div>
+
 		<h2>Source</h2>
 
 		[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]