The direction of a note. This has implicit casting set up, so you can use this as an integer.

Static variables

staticread onlycolor:FlxColor

staticread onlycolorName:String

staticread onlyname:String

staticread onlynameUpper:String

Static methods

@:fromstaticfromInt(value:Int):NoteDirection

statictoString(this:Int):String

Variables

@:value(cast 1)@:impl@:enuminlineread onlyDOWN:NoteDirection = 1

@:value(cast 0)@:impl@:enuminlineread onlyLEFT:NoteDirection = 0

@:value(cast 3)@:impl@:enuminlineread onlyRIGHT:NoteDirection = 3

@:value(cast 2)@:impl@:enuminlineread onlyUP:NoteDirection = 2