ThreePipe
Preparing search index...
IExportWriter
Interface IExportWriter
interface
IExportWriter
{
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...