2018-07-26 11:56:21 +02:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-08-05 18:51:38 +02:00
<class name= "VisualShaderNodeInput" inherits= "VisualShaderNode" version= "3.6" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../class.xsd" >
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-12-10 11:29:38 +01:00
<link > $DOCS_URL/tutorials/shaders/shader_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" >
2021-07-30 15:28:05 +02:00
<return type= "String" />
2019-11-08 08:33:48 +01:00
<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>