CompoundInputOutputNodeDelegate
- class omni.kit.widget.graph.compound_node_delegate.CompoundInputOutputNodeDelegate
Bases:
GraphNodeDelegateFullThe delegate for the input/output nodes of the compound.
Methods
__init__()destroy()port(model, node_desc, port_desc)Called to create the middle part of the port
port_input(model, node_desc, port_desc)Called to create the left part of the port that will be used as input
port_output(model, node_desc, port_desc)Called to create the right part of the port that will be used as output
- __init__()
- port(model, node_desc: GraphNodeDescription, port_desc: GraphPortDescription)
Called to create the middle part of the port
- port_input(model, node_desc: GraphNodeDescription, port_desc: GraphPortDescription)
Called to create the left part of the port that will be used as input
- port_output(model, node_desc: GraphNodeDescription, port_desc: GraphPortDescription)
Called to create the right part of the port that will be used as output