ThreePipe
Preparing search index...
GLTFPreparser
Interface GLTFPreparser
interface
GLTFPreparser
{
process
(
data
:
string
|
ArrayBuffer
,
path
:
string
,
)
:
Promise
<
string
|
ArrayBuffer
>
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
GLTFPreparser
IGLBEncryptionPreparser
Indexable
[
key
:
string
]:
any
Index
Methods
process
Methods
process
process
(
data
:
string
|
ArrayBuffer
,
path
:
string
)
:
Promise
<
string
|
ArrayBuffer
>
Parameters
data
:
string
|
ArrayBuffer
path
:
string
Returns
Promise
<
string
|
ArrayBuffer
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Methods
process
ThreePipe
Loading...