Preparing search index...
The search index is not available
ThreePipe
ThreePipe
IExportParser
Interface IExportParser
interface
IExportParser
{
parseAsync
(
obj
:
any
,
options
:
AnyOptions
)
:
Promise
<
Blob
>
;
}
Implemented by
EXRExporter2
GLTFExporter2
SimpleJSONExporter
SimpleTextExporter
Index
Methods
parse
Async
Methods
parse
Async
parseAsync
(
obj
:
any
,
options
:
AnyOptions
)
:
Promise
<
Blob
>
Parameters
obj
:
any
options
:
AnyOptions
Returns
Promise
<
Blob
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
parse
Async
ThreePipe
Loading...