Options
All
  • Public
  • Public/Protected
  • All
Menu

Class StageDefinition

Defines properties for each stage in a osu!mania playfield.

Hierarchy

  • StageDefinition

Index

Constructors

Properties

columns: number

The number of columns which this stage contains.

Methods

  • isSpecialColumn(column: number): boolean
  • Whether the column index is a special column for this stage.

    Parameters

    • column: number

      The 0-based column index.

    Returns boolean

    Whether the column is a special column.