Table of Contents

Class MapElevationSourceComponent

Attach a subclass to a map to feed it your own terrain heights instead of the built-in Terrarium tiles.

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

Remarks

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

Methods

Create()

Builds the source for one pipeline build. Called on the main thread, before any terrain fetch starts.

public abstract IElevationSource Create()

Returns

IElevationSource