godot/modules/visual_shader/doc_classes/VisualShaderNodeParameterRef.xml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
770 B
XML
Raw Permalink Normal View History

<?xml version="1.0" encoding="UTF-8" ?>
2025-08-26 07:28:40 -07:00
<class name="VisualShaderNodeParameterRef" inherits="VisualShaderNode" api_type="core" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
<brief_description>
A reference to an existing [VisualShaderNodeParameter].
</brief_description>
<description>
Creating a reference to a [VisualShaderNodeParameter] allows you to reuse this parameter in different shaders or shader stages easily.
</description>
<tutorials>
</tutorials>
<members>
<member name="parameter_name" type="String" setter="set_parameter_name" getter="get_parameter_name" default="&quot;[None]&quot;">
The name of the parameter which this reference points to.
</member>
</members>
</class>