Class TypeRegistry
Syntax
public sealed class TypeRegistry
Properties
Instance
Declaration
public static TypeRegistry Instance { get; }
Property Value
Methods
CreateNodeFromHash(NodeSetAPI, Int32)
This is what is used in Compositor to circumvent the fact that DFG does not allow to call with an unknown type
The types need to be registered using RegisterType(String)
Declaration
public NodeHandle CreateNodeFromHash(NodeSetAPI set, int hash)
Parameters
Returns
RegisterType(String)
Declaration
public void RegisterType(string typeToRegister)
Parameters
Type |
Name |
Description |
String |
typeToRegister |
|