Constructors
constructor
- new MixinLimit(height: number, minMixin: number, maxMixin?: number, defaultMixin?: number): MixinLimit
Parameters
height: number
minMixin: number
Optional maxMixin: number
Optional defaultMixin: number
Properties
Readonly defaultMixin
defaultMixin: number
Readonly height
height: number
Readonly maxMixin
maxMixin: number
Readonly minMixin
minMixin: number
Height this mixin limit becomes active at
Minimum mixin allowed at this height
Maximum mixin allowed at this height
Default mixin to use at this height (should be in min/max bounds)