@awayjs/renderer
Version:
Renderer for AwayJS
19 lines • 383 B
TypeScript
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