Enum WebBlockEncodeState
- Namespace
- LansMap.Map.TilePipeline.Decode
Load state of the browser-side block-compressed tile encoder.
public enum WebBlockEncodeState
Fields
Failed = 3The encoder could not be downloaded or initialized, and will not be retried this session.
Idle = 0This session never asked for browser-side block encoding.
Loading = 1The encoder is downloading or initializing.
Ready = 2The encoder is loaded and encoding tiles.