UNPKG

@flashport/flashport

Version:

FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library

9 lines (8 loc) 350 B
import { TextureBase } from "./TextureBase"; import { BitmapData } from "../../display/BitmapData"; import { ByteArray } from "../../utils/ByteArray"; export declare class RectangleTexture extends TextureBase { constructor(); uploadFromBitmapData(param1: BitmapData): void; uploadFromByteArray(param1: ByteArray, param2: number): void; }