提交 210072c5 编写于 作者: S sole

SceneLoader docs

上级 7e3f3656
......@@ -9,7 +9,7 @@
<body>
<h1>[name]</h1>
<div class="desc">todo</div>
<div class="desc">A loader for loading a complete scene out of a JSON file.</div>
<h2>Constructor</h2>
......@@ -19,14 +19,33 @@
<h2>Properties</h2>
<h3>.[page:Vector3 todo]</h3>
<h3>.[page:Function onLoadStart]</h3>
<div>Will be called when load starts.</div>
<div>The default is a function with empty body.</div>
<h3>.[page:Function onLoadProgress]</h3>
<div>Will be called while load progresses.</div>
<div>The default is a function with empty body.</div>
<h3>.[page:Function onLoadComplete]</h3>
<div>Will be called when each element in the scene completes loading.</div>
<div>The default is a function with empty body.</div>
<h3>.[page:Function callbackSync]</h3>
<div>Will be called when load completes.</div>
<div>The default is a function with empty body.</div>
<h3>.[page:Function callbackProgress]</h3>
<div>Will be called as load progresses.</div>
<div>The default is a function with empty body.</div>
<h2>Methods</h2>
<h3>.todo( [page:Vector3 todo] )</h3>
<h3>.load( [page:String url], [page:Function callbackFinished] )</h3>
<div>
todo — todo<br />
url — required<br />
callbackFinished — required. This function will be called with the loaded model as an instance of [page:Scene scene] when the load is completed.
</div>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册