Preparing search index...
The search index is not available
ThreePipe
ThreePipe
IGLBEncryptionPreparser
Interface IGLBEncryptionPreparser
interface
IGLBEncryptionPreparser
{
key
:
|
string
|
(
encryption
:
any
,
json
:
any
,
path
:
string
)
=>
string
|
Promise
<
string
>
;
process
(
data
:
string
|
ArrayBuffer
,
path
:
string
,
)
:
Promise
<
string
|
ArrayBuffer
>
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
GLTFPreparser
IGLBEncryptionPreparser
Indexable
[
key
:
string
]:
any
Index
Properties
key
Methods
process
Properties
key
key
:
|
string
|
(
encryption
:
any
,
json
:
any
,
path
:
string
)
=>
string
|
Promise
<
string
>
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
Properties
key
Methods
process
ThreePipe
Loading...