File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 1- import { FillStyle , Theme } from "./colors/Theme" ;
1+ import { Theme } from "./colors/Theme" ;
22import { UVNode } from "./nodes/attribute/UVNode" ;
33import { ValueNode } from "./nodes/input/ValueNode" ;
44import { Node } from "./nodes/Node" ;
55import { mathFunctions , mathOperations } from "./nodes/operators/list" ;
6- import { MathNode } from "./nodes/operators/MathNode" ;
76import { methodsDefinitions2NodeClassDefinitions } from "./nodes/operators/MethodCallNode" ;
87import { MeshStandardNode } from "./nodes/shader/MeshStandardNode" ;
98import { ImageTextureNode } from "./nodes/texture/ImageTextureNode" ;
10- import { WinNode } from "./nodes/WinNode" ;
119
1210// Define the type for class constructors that extend BaseType
1311type Constructor < T extends Node > = new ( ...args : any [ ] ) => T ;
You can’t perform that action at this time.
0 commit comments