GraphInput¶
-
class
guerilla.
GraphInput
¶ Bases:
guerilla.GraphPlug
An input in a
GraphNode
-
connect
(output)¶ Override Connect an output to this input
Parameters: output (GraphOutput) – The output to connect to this input
-
disconnect
()¶ Override Disconnect whatever is connected to this input
-
getconnected
()¶ Override Get whatever is connected to this input
Return type: GraphInput
orGraphOutput
-
getconnectedoutput
()¶ Get the connected output (an exposed input returns nil in this case)
Return type: GraphOutput
-