Options
All
  • Public
  • Public/Protected
  • All
Menu

Creates a pattern containing hit objects.

Hierarchy

  • Pattern

Index

Constructors

Properties

containedColumns: Set<number> = ...

All columns contained in this pattern

hitObjects: ManiaHitObject[] = []

All hit objects contained in this pattern.

Accessors

  • get columnsWithObjects(): number

Methods

  • addPatternHitObjects(other: Pattern): void
  • clear(): void
  • columnHasObject(column: number): boolean
  • Check whether a column of this patterns contains a hit object.

    Parameters

    • column: number

      The column index.

    Returns boolean

    Whether the column contains a hit object.