Class MapTileDependenciesComponent
- Namespace
- LansMap.Map.Views.Components
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
-
objectObjectComponentBehaviourMonoBehaviourMapTileDependenciesComponent
- 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()