提交 502f5816 编写于 作者: K Kai Salmen

#15060 Updated documentation

上级 c1016a6c
...@@ -375,6 +375,15 @@ ...@@ -375,6 +375,15 @@
<p> <p>
Set the content of this resource Set the content of this resource
</p> </p>
<h3>[method:null setResourcePath] ( [param:String resourcePath] )</h3>
<p>
[page:String resourcePath] - URL
</p>
<p>
Allows to specify resourcePath for dependencies of specified resource.
</p>
<br> <br>
<br> <br>
......
...@@ -123,6 +123,15 @@ ...@@ -123,6 +123,15 @@
</p> </p>
<h3>[method:null setResourcePath] ( [param:String resourcePath] )</h3>
<p>
[page:String resourcePath] - URL
</p>
<p>
Allows to specify resourcePath for dependencies of specified resource.
</p>
<h3>[method:null setStreamMeshesTo] ( [param:Object3D streamMeshesTo] )</h3> <h3>[method:null setStreamMeshesTo] ( [param:Object3D streamMeshesTo] )</h3>
<p> <p>
[page:Object3D streamMeshesTo] - Object already attached to scenegraph where new meshes will be attached to [page:Object3D streamMeshesTo] - Object already attached to scenegraph where new meshes will be attached to
......
...@@ -188,7 +188,7 @@ THREE.LoaderSupport.ResourceDescriptor.prototype = { ...@@ -188,7 +188,7 @@ THREE.LoaderSupport.ResourceDescriptor.prototype = {
}, },
/** /**
* Allow to specify resourcePath for dependencies of specified resource. * Allows to specify resourcePath for dependencies of specified resource.
* @param {string} resourcePath * @param {string} resourcePath
*/ */
setResourcePath: function ( resourcePath ) { setResourcePath: function ( resourcePath ) {
......
...@@ -78,7 +78,7 @@ THREE.OBJLoader2.prototype = { ...@@ -78,7 +78,7 @@ THREE.OBJLoader2.prototype = {
}, },
/** /**
* Allow to specify resourcePath for dependencies of specified resource. * Allows to specify resourcePath for dependencies of specified resource.
* @param {string} resourcePath * @param {string} resourcePath
*/ */
setResourcePath: function ( resourcePath ) { setResourcePath: function ( resourcePath ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册