Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a control point in a beatmap.

Hierarchy

Index

Constructors

Properties

Methods

Constructors

  • Parameters

    • values: { time: number }
      • time: number

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

    Returns <internal>.ControlPoint

Properties

time: number

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

Methods

  • Determines whether this control point results in a meaningful change when placed alongside another.

    Parameters

    Returns boolean

  • toString(): string
  • Returns a string representative of the class.

    Returns string

Generated using TypeDoc