API / geotoolkit3d / util / Texture / Texture
Type Aliases
Type Aliases
Ƭ ErrorCallback: (event: ErrorEvent) => void
▸ (event): void
The callback fired upon Texture loading error.
| Name | Type |
|---|---|
event | ErrorEvent |
void
Ƭ LoadCallback: (texture: SymbolTexture) => void
▸ (texture): void
The callback fired upon Texture loading success/completion.
| Name | Type |
|---|---|
texture | SymbolTexture |
void
Ƭ ProgressCallback: (event: ProgressEvent) => void
▸ (event): void
The callback fired upon Texture loading progress. Might not trigger based on implementation.
| Name | Type |
|---|---|
event | ProgressEvent |
void