@itwin/core-frontend
Version:
iTwin.js frontend components
20 lines • 952 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module WebGL
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.IModelFrameLifecycle = void 0;
const core_bentley_1 = require("@itwin/core-bentley");
/** @internal */
class IModelFrameLifecycle {
static onBeforeRender = new core_bentley_1.BeEvent();
static onRenderOpaque = new core_bentley_1.BeEvent();
static onChangeCameraFrustum = new core_bentley_1.BeEvent();
static onChangeCameraView = new core_bentley_1.BeEvent();
}
exports.IModelFrameLifecycle = IModelFrameLifecycle;
//# sourceMappingURL=IModelFrameLifecycle.js.map
;