@awayjs/view
Version:
View for AwayJS
15 lines • 424 B
TypeScript
import { EventBase } from '@awayjs/core';
export declare class ContainerNodeEvent extends EventBase {
/**
*
*/
static INVALIDATE_MATRIX3D: string;
static INVALIDATE_COLOR_TRANSFORM: string;
constructor(type: string);
/**
* Clones the event.
* @return An exact duplicate of the current object.
*/
clone(): ContainerNodeEvent;
}
//# sourceMappingURL=ContainerNodeEvent.d.ts.map