UNPKG

@flashport/flashport

Version:

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

9 lines (8 loc) 268 B
import { TextureBase } from "./TextureBase"; import { Camera } from "../../media/Camera"; export declare class VideoTexture extends TextureBase { constructor(); attachCamera(param1: Camera): void; get videoWidth(): number; get videoHeight(): number; }