View source
class NoteStyle
package funkin.play.notes.notestyle
implements IRegistryEntry<NoteStyleData>
extended by ScriptedNoteStyle
Available on all platforms
Holds the data for what assets to use for a note style, and provides convenience methods for building sprites based on them.
Constructor
Variables
Methods
buildCountdownSprite(step:CountdownStep):Null<FunkinSprite>
Build a sprite for the given step of the countdown.
Parameters:
step |
|---|
Returns:
A FunkinSprite, or null if no graphic is available for this step.
getFallbackID():Null<String>
Get the note style ID of the parent note style.
Returns:
The string ID, or null if there is no parent.