VisualShaderNodeCustom_GetOutputPortType Method |
Override this method to define the returned type of each output port of the associated custom node (see VisualShaderNodePortType for possible types).
Defining this method is optional, but recommended. If not overridden, output ports will return the type.
Namespace: Godot
public virtual int _GetOutputPortType( int port )
[Missing <param name="port"/> documentation for "M:Godot.VisualShaderNodeCustom._GetOutputPortType(System.Int32)"]
[Missing <returns> documentation for "M:Godot.VisualShaderNodeCustom._GetOutputPortType(System.Int32)"]