A custom note kind which has custom functionality, preventing singing animations from playing.

Constructor

new()

Inherited Variables

Defined by NoteKind

description:String

Description used in chart editor

noanim:Bool

Whether or not the sing animation should play.

noteKind:String

The name of the note kind

noteStyleId:Null<String>

Custom note style

params:Array<NoteKindParam>

Custom parameters for the chart editor

@:value(true)scoreable:Bool = true

If this note kind is scoreable (ie, counted towards score and accuracy) Only accessible in scripts Defaults to true

suffix:String

The animation suffix to use.

Inherited Methods