UNPKG

diginext-pixi

Version:
23 lines (22 loc) 581 B
import * as PIXI from 'pixi.js'; import ContainerExtend from '../core/ContainerExtend'; export default class InteractItem extends ContainerExtend { #private; constructor(props?: any); isDebug: boolean; interactive: boolean; cursor: string; isDragging: boolean; initPos: PIXI.Point; tool: any; sprite: any; onLoaded(): void; onDragStart(event: any): void; onDragMove(event: any): void; onDragEnd(): void; debug(): void; lock: boolean; doLock(): void; doUnlock(): void; dispose(): void; }