UNPKG

@flashport/flashport

Version:

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

9 lines (8 loc) 261 B
export declare class Context3DTriangleFace extends Object { static NONE: string; static BACK: string; static FRONT: string; static FRONT_AND_BACK: string; constructor(); static getGLVal(gl: WebGLRenderingContext, str: string): number; }