@polygonjs/polygonjs
Version:
node-based WebGL 3D engine https://polygonjs.com
6 lines (5 loc) • 461 B
TypeScript
import { PresetRegister } from '../BasePreset';
import { OnObjectSwipeJsNode } from '../../../src/engine/nodes/js/OnObjectSwipe';
import { OnObjectSwipeGPUJsNode } from '../../../src/engine/nodes/js/OnObjectSwipeGPU';
export declare const onObjectSwipeJsPresetRegister: PresetRegister<typeof OnObjectSwipeJsNode, OnObjectSwipeJsNode>;
export declare const onObjectSwipeGPUJsPresetRegister: PresetRegister<typeof OnObjectSwipeGPUJsNode, OnObjectSwipeGPUJsNode>;