Skip to main content

InfiniteDepth

Index

Type Aliases

ConfigType

ConfigType: {}

Represent config object, which is used to easily configure multiple dimensions heights via InfiniteDepth.fromJson.


Type declaration

DimensionConfigType

Represent valid height range object types, which is used as ConfigType iterable.

DimensionHeightRangeArray

DimensionHeightRangeArray: number[]

Fixed minimum and maximum world coordinate array, which is represent DimensionHeightRange in most simple way.

DimensionType

DimensionType: string | number

Represent numeric or named dimension uid.