- addInputPort
GodotMethod!(void, long, long, String) addInputPort;
Undocumented in source.
- addOutputPort
GodotMethod!(void, long, long, String) addOutputPort;
Undocumented in source.
- clearInputPorts
GodotMethod!(void) clearInputPorts;
Undocumented in source.
- clearOutputPorts
GodotMethod!(void) clearOutputPorts;
Undocumented in source.
- getFreeInputPortId
GodotMethod!(long) getFreeInputPortId;
Undocumented in source.
- getFreeOutputPortId
GodotMethod!(long) getFreeOutputPortId;
Undocumented in source.
- getInputPortCount
GodotMethod!(long) getInputPortCount;
Undocumented in source.
- getInputs
GodotMethod!(String) getInputs;
Undocumented in source.
- getOutputPortCount
GodotMethod!(long) getOutputPortCount;
Undocumented in source.
- getOutputs
GodotMethod!(String) getOutputs;
Undocumented in source.
- getSize
GodotMethod!(Vector2) getSize;
Undocumented in source.
- hasInputPort
GodotMethod!(bool, long) hasInputPort;
Undocumented in source.
- hasOutputPort
GodotMethod!(bool, long) hasOutputPort;
Undocumented in source.
- isValidPortName
GodotMethod!(bool, String) isValidPortName;
Undocumented in source.
- removeInputPort
GodotMethod!(void, long) removeInputPort;
Undocumented in source.
- removeOutputPort
GodotMethod!(void, long) removeOutputPort;
Undocumented in source.
- setInputPortName
GodotMethod!(void, long, String) setInputPortName;
Undocumented in source.
- setInputPortType
GodotMethod!(void, long, long) setInputPortType;
Undocumented in source.
- setInputs
GodotMethod!(void, String) setInputs;
Undocumented in source.
- setOutputPortName
GodotMethod!(void, long, String) setOutputPortName;
Undocumented in source.
- setOutputPortType
GodotMethod!(void, long, long) setOutputPortType;
Undocumented in source.
- setOutputs
GodotMethod!(void, String) setOutputs;
Undocumented in source.
- setSize
GodotMethod!(void, Vector2) setSize;
Undocumented in source.