Show / Hide Table of Contents

Class TileErrorHandler

Monobehavior Script to handle TileErrors. There's an OnTileError event on AbstractMapVisualizer, AbstractTileFactory and UnityTile classes that one can subscribe to to listen to tile errors

Inheritance
MonoBehaviour
TileErrorHandler
Namespace:Mapbox.Unity.Map.TileProviders
Assembly:cs.temp.dll.dll
Syntax
public class TileErrorHandler : MonoBehaviour

Fields

OnTileError

Declaration
public TileErrorEvent OnTileError
Field Value
Type Description
TileErrorEvent

Methods

OnDisable()

Declaration
protected virtual void OnDisable()

OnEnable()

Declaration
protected virtual void OnEnable()
Back to top © 2017 Mapbox