mirror of
https://github.com/lubosz/overte.git
synced 2025-04-23 20:34:07 +02:00
Doc review
This commit is contained in:
parent
04203b1425
commit
7bbca94d43
1 changed files with 2 additions and 3 deletions
|
@ -97,9 +97,8 @@ signals:
|
|||
* @param {string[]} unzipFiles - The paths of the unzipped files in a newly created temporary directory. Includes entries
|
||||
* for any subdirectories created. An empty array if the <code>zipFile</code> could not be unzipped.
|
||||
* @param {boolean} autoAdd - The value that {@link File.runUnzip|runUnzip} was called with.
|
||||
* @param {boolean} isZip - <code>true</code> if {@link File.runUnzip|runUnzip} was called with <code>isZip == true</code>
|
||||
* or <code>path</code> containing <code>"vr.google.com/downloads"</code>, unless there is no FBX or OBJ file in the
|
||||
* unzipped file(s) in which case the value is <code>false</code>.
|
||||
* @param {boolean} isZip - <code>true</code> if {@link File.runUnzip|runUnzip} was called with <code>isZip == true</code>,
|
||||
* unless there is no FBX or OBJ file in the unzipped file(s) in which case the value is <code>false</code>.
|
||||
* @param {boolean} isBlocks - The value that {@link File.runUnzip|runUnzip} was called with.
|
||||
* @returns {Signal}
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue