Class BuiltInNodeRegistry
java.lang.Object
com.marginallyclever.nodegraphcore.BuiltInRegistry
public class BuiltInNodeRegistry
extends java.lang.Object
Registers built-in
Node
s to the NodeFactory
.- Since:
- 2022-02-01
-
Constructor Summary
Constructors Constructor Description BuiltInNodeRegistry()
-
Method Summary
Modifier and Type Method Description static void
registerNodes()
Call this once to register all the built-in nodes that are included in the package.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
BuiltInNodeRegistry
public BuiltInNodeRegistry()
-
-
Method Details
-
registerNodes
public static void registerNodes()Call this once to register all the built-in nodes that are included in the package.
-