Table of Contents

Enum WebBlockEncodeState

Load state of the browser-side block-compressed tile encoder.

public enum WebBlockEncodeState

Fields

Failed = 3

The encoder could not be downloaded or initialized, and will not be retried this session.

Idle = 0

This session never asked for browser-side block encoding.

Loading = 1

The encoder is downloading or initializing.

Ready = 2

The encoder is loaded and encoding tiles.