UNPKG

@awayjs/renderer

Version:
19 lines 383 B
import { EventBase } from '@awayjs/core'; import { IPass } from '../base/IPass'; export declare class PassEvent extends EventBase { /** * */ static INVALIDATE: string; private _pass; /** * */ get pass(): IPass; constructor(type: string, pass: IPass); /** * */ clone(): PassEvent; } //# sourceMappingURL=PassEvent.d.ts.map