Codename LogoCodename Logo

funkin.editors.ui.UIScrollBar

APIWiki

Constructor

View in GitHub

@:value({ w : 20 })new(x:Float, y:Float, length:Float, start:Float, size:Float, w:Int = 20, ?h:Int)

Variables

length:Float

size:Float

start:Float

thumbIcon:FlxSprite

value:Float

onChange:Float ‑> Void

Methods

Inherited Variables

Defined by UISprite

@:value(true)autoAlpha:Bool = true

@:value(true)canBeHovered:Bool = true

@:value(ARROW)cursor:MouseCursor = ARROW

focused:Bool

@:value(null)hoverCallback:() ‑> Void = null

@:value(false)hovered:Bool = false

@:value(false)hoveredByChild:Bool = false

@:value([])members:Array<FlxBasic> = []

@:value(false)pressed:Bool = false

@:value(true)selectable:Bool = true

Inherited Methods

Defined by UISprite

View in GitHub

onHovered():Void

Called whenever the sprite is being hovered by the mouse.