Table of Contents

Class MapTileDependenciesComponent

Attach a subclass to a map to build its tile pipeline from your own source, fetcher or tile store instead of a provider preset.

public abstract class MapTileDependenciesComponent : MapComponentBase
Inheritance
object
Object
Component
Behaviour
MonoBehaviour
MapTileDependenciesComponent
Inherited Members

Remarks

Create() is called once per pipeline build, and the map owns the lifetime of everything the returned bundle names.

Methods

Create()

Builds the bundle for one pipeline build, on the main thread before any tile work starts.

public abstract TilePipelineDependencies Create()

Returns

TilePipelineDependencies