MapRegionBase

Description

abstract class Tinman.Terrain.Mapping.MapRegionBase

Derived from

IMapRegion

Extended by

MapRegion sealed

Abstract base class for IMapRegion implementations.

Protected / Methods

Do​Rectangles​Enumerate


protected abstract method DoRectanglesEnumerate → (1)

collector in : CollectorDelegate<CubemapFaceRect>

The object that collects the resulting cubemap face rectangles. Will never be null.

Enumerates all cubemap face rectangles that belong to this map region.

Initialize


protected method Initialize → (3)

type in : MapType

The map type.

width in : int32

[>0]
The map width, in samples.

height in : int32

[>0]
The map height, in samples.

Initializes type and size of this map region object.