Codename LogoCodename Logo

funkin.editors.charter.CharterDeleteAnim

APIWiki

Constructor

Variables

deleteNotes:Array<{time:Float, note:CharterNote}> = []

deleteTime:Float = .4

garbageCircle:FlxSprite

garbageIcon:FlxSprite

Methods

Inherited Variables

Defined by CharterNote

draggable:Bool = true

read onlyfullID:Int

id:Int

selected:Bool = false

snappedToStrumline:Bool = true

step:Float

strumLineID:Int = -1

susLength:Float

sustainDraggable:Bool = false

tempSusLength:Float = 0

type:Int

Defined by UISprite

autoAlpha:Bool = true

canBeHovered:Bool = true

cursor:MouseCursor = ARROW

focused:Bool

hoverCallback:() ‑> Void = null

hovered:Bool = false

hoveredByChild:Bool = false

members:Array<FlxBasic> = []

pressed:Bool = false

selectable:Bool = true

Inherited Methods

Defined by CharterNote

View in GitHub

handleDrag(change:FlxPoint):Void

View in GitHub

updatePos(step:Float, id:Int, susLength:Float = 0, type:Int = 0, ?strumLine:CharterStrumline):Void

Defined by UISprite

View in GitHub

onHovered():Void

Called whenever the sprite is being hovered by the mouse.