Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MixinLimit

param

Height this mixin limit becomes active at

param

Minimum mixin allowed at this height

param

Maximum mixin allowed at this height

param

Default mixin to use at this height (should be in min/max bounds)

Hierarchy

  • MixinLimit

Index

Constructors

Properties

Constructors

constructor

  • new MixinLimit(height: number, minMixin: number, maxMixin?: undefined | number, defaultMixin?: undefined | number): MixinLimit
  • Parameters

    • height: number
    • minMixin: number
    • Optional maxMixin: undefined | number
    • Optional defaultMixin: undefined | number

    Returns MixinLimit

Properties

defaultMixin

defaultMixin: number

height

height: number

maxMixin

maxMixin: number

minMixin

minMixin: number

Generated using TypeDoc