Table of Contents

Class WebWorkerBlockEncodeCapability

Whether this browser can run the tile encoder the web decode worker uses for block-compressed tile residency.

public static class WebWorkerBlockEncodeCapability
Inheritance
object
WebWorkerBlockEncodeCapability

Methods

Probe()

Probes the browser once. Always false off Web and in the editor.

public static bool Probe()

Returns

bool

True when a Worker can host the WASM tile encoder.

Remarks

A true result does not promise the encoder download will succeed; it is a browser-capability answer only.