2018-07-26 09:56:21 +00:00
<?xml version="1.0" encoding="UTF-8" ?>
2020-01-26 15:01:49 +00:00
<class name= "VisualShaderNodeInput" inherits= "VisualShaderNode" version= "3.2" >
2018-07-26 09:56:21 +00:00
<brief_description >
</brief_description>
<description >
2020-05-07 09:19:23 +00:00
Gives access to input variables (built-ins) available for the shader. See the shading reference for the list of available built-ins for each shader type (check [code]Tutorials[/code] section for link).
2018-07-26 09:56:21 +00:00
</description>
<tutorials >
2020-05-07 09:19:23 +00:00
<link > https://docs.godotengine.org/en/stable/tutorials/shading/shading_reference/index.html</link>
2018-07-26 09:56:21 +00:00
</tutorials>
<methods >
2019-11-08 07:33:48 +00:00
<method name= "get_input_real_name" qualifiers= "const" >
<return type= "String" >
</return>
<description >
</description>
</method>
2018-07-26 09:56:21 +00:00
</methods>
<members >
2019-06-29 10:38:01 +00:00
<member name= "input_name" type= "String" setter= "set_input_name" getter= "get_input_name" default= ""[None]"" >
2020-05-07 09:19:23 +00:00
One of the several input constants in lower-case style like: "vertex"([code]VERTEX[/code]) or "point_size"([code]POINT_SIZE[/code]).
2018-07-26 09:56:21 +00:00
</member>
</members>
<signals >
<signal name= "input_type_changed" >
<description >
</description>
</signal>
</signals>
<constants >
</constants>
</class>