@flashport/flashport
Version:
FlashPort is a TypeScript 2D graphics library that largely replicates the Flash ActionScript 3.0 library
12 lines (11 loc) • 331 B
TypeScript
export declare class Context3DStencilAction extends Object {
static KEEP: string;
static ZERO: string;
static INCREMENT_SATURATE: string;
static DECREMENT_SATURATE: string;
static INVERT: string;
static INCREMENT_WRAP: string;
static DECREMENT_WRAP: string;
static SET: string;
constructor();
}