Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BassDropEvent

The dropping of a single bass marble.

Hierarchy

  • BassDropEvent

Index

Properties

Properties

fret

fret: number

The fret to be played when this marble hits.

Even though this technically requires user input, we opted to specify the fret here because it's much simpler than requiring a separate fret pressed event in the program.

kind

kind: "bass"

string

string: BassString

The string (not note) to drop the marble onto.

Generated using TypeDoc