2018-07-26 11:56:21 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2021-04-26 13:14:51 +02:00
<class name= "VisualShaderNodeInput" inherits= "VisualShaderNode" version= "3.4" >
2018-07-26 11:56:21 +02:00
<brief_description >
</brief_description>
<description >
2020-05-07 11:19:23 +02: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 11:56:21 +02:00
</description>
<tutorials >
2021-03-26 10:43:43 +01:00
<link > https://docs.godotengine.org/en/3.3/tutorials/shading/shading_reference/index.html</link>
2018-07-26 11:56:21 +02:00
</tutorials>
<methods >
2019-11-08 08:33:48 +01:00
<method name= "get_input_real_name" qualifiers= "const" >
<return type= "String" >
</return>
<description >
</description>
</method>
2018-07-26 11:56:21 +02:00
</methods>
<members >
2019-06-29 12:38:01 +02:00
<member name= "input_name" type= "String" setter= "set_input_name" getter= "get_input_name" default= ""[None]"" >
2020-05-07 11:19:23 +02: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 11:56:21 +02:00
</member>
</members>
<signals >
<signal name= "input_type_changed" >
<description >
</description>
</signal>
</signals>
<constants >
</constants>
</class>