GraphInput¶
- 
class 
guerilla.GraphInput¶ Bases:
guerilla.GraphPlugAn 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: GraphInputorGraphOutput
- 
getconnectedoutput()¶ Get the connected output (an exposed input returns nil in this case)
Return type: GraphOutput
-