Last updated

API / geotoolkit3d / util / Texture / Texture

Namespace: Texture

util.Texture.Texture

Table of contents

Type Aliases

Contents

Type Aliases

ErrorCallback

Ƭ ErrorCallback: (event: ErrorEvent) => void

Type declaration

▸ (event): void

The callback fired upon Texture loading error.

Parameters
Name Type
eventErrorEvent
Returns

void


LoadCallback

Ƭ LoadCallback: (texture: SymbolTexture) => void

Type declaration

▸ (texture): void

The callback fired upon Texture loading success/completion.

Parameters
Name Type
textureSymbolTexture
Returns

void


ProgressCallback

Ƭ ProgressCallback: (event: ProgressEvent) => void

Type declaration

▸ (event): void

The callback fired upon Texture loading progress. Might not trigger based on implementation.

Parameters
Name Type
eventProgressEvent
Returns

void