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