UNPKG

@flashport/flashportui

Version:

This is a set basic UI components for FlashPort

19 lines (18 loc) 491 B
import { Sprite } from "@flashport/flashport"; /** * Creates an arrow shape with a center registration. * @author Kenny Lerma */ export declare class KArrow extends Sprite { private _lineColor; private _fillColor; private _width; private _height; constructor(width: number, height: number, fillColor?: number, lineColor?: number); private Draw; private OnRollover; private OnDown; private OnUp; private OnRollout; set active(value: boolean); }