Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a control point that applies an effect to a beatmap.

Hierarchy

Index

Constructors

  • new EffectControlPoint(values: { isKiai: boolean; omitFirstBarLine: boolean; time: number }): EffectControlPoint

Properties

isKiai: boolean

Whether or not kiai time is enabled at this control point.

omitFirstBarLine: boolean

Whether the first bar line of this control point is ignored.

time: number

The time at which the control point takes effect in milliseconds.

Methods

  • toString(): string

Generated using TypeDoc