UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

13 lines (12 loc) 226 B
"use strict"; import { NodeContext } from "../../../engine/poly/NodeContext"; export class BaseOnCreateHookRegister { context() { return NodeContext.SOP; } type() { return "no-type"; } onCreate(node) { } }