get_node_type
- omni.graph.core.get_node_type(node_type_name: str) omni.graph.core._omni_graph_core.NodeType
Returns the registered node type object with the given name.
- Parameters
node_type_name (str) – Name of the registered NodeType to find and return
- Returns
NodeType object registered with the given name, None if it is not registered
- Return type