Skip to main content

Interface: IGLBEncryptionPreparser

Asset-Management.IGLBEncryptionPreparser

Hierarchy

Methods

process

process(data, path): Promise<string | ArrayBuffer>

Parameters

NameType
datastring | ArrayBuffer
pathstring

Returns

Promise<string | ArrayBuffer>

Inherited from

GLTFPreparser.process

Defined in

webgi/src/extras/asset_manager/importer/threejs/loaders/GLTFLoader2.ts:56

Properties

key

key: string | (encryption: any, json: any, path: string) => string | Promise<string>

Defined in

webgi/src/extras/asset_manager/importer/threejs/loaders/GLTFLoader2.ts:60