UNPKG

@babylonjs/viewer

Version:

The Babylon Viewer aims to simplify a specific but common Babylon.js use case: loading, viewing, and interacting with a 3D model.

33 lines (30 loc) 1.18 kB
import { u as RegisterClass } from './index-HyNDfLMI.esm.js'; import { F as FlowGraphKeyboardEventBlock } from './flowGraphKeyboardEventBlock-DkHtYUhO.esm.js'; import './KHR_interactivity-CnR665Qq.esm.js'; import './objectModelMapping-OlchA9xj.esm.js'; import './spotLight.pure-C65PiYTZ.esm.js'; import './declarationMapper-mPOKbCS_.esm.js'; /** * A keyboard event block that fires when a key is released. * Inherits all inputs/outputs from {@link FlowGraphKeyboardEventBlock}. */ class FlowGraphKeyUpEventBlock extends FlowGraphKeyboardEventBlock { /** * Creates a new FlowGraphKeyUpEventBlock. * @param config optional configuration */ constructor(config) { super(config); /** @internal */ this.type = "KeyUp" /* FlowGraphEventType.KeyUp */; } /** * @returns class name of the block. */ getClassName() { return "FlowGraphKeyUpEventBlock" /* FlowGraphBlockNames.KeyUpEvent */; } } RegisterClass("FlowGraphKeyUpEventBlock" /* FlowGraphBlockNames.KeyUpEvent */, FlowGraphKeyUpEventBlock); export { FlowGraphKeyUpEventBlock }; //# sourceMappingURL=flowGraphKeyUpEventBlock-CP3E9hrS.esm.js.map