Options
All
  • Public
  • Public/Protected
  • All
Menu
param height

Height this mixin limit becomes active at

param minMixin

Minimum mixin allowed at this height

param maxMixin

Maximum mixin allowed at this height

param defaultMixin

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

Hierarchy

  • MixinLimit

Index

Constructors

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

Properties

defaultMixin: number
height: number
maxMixin: number
minMixin: number

Generated using TypeDoc