Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can still find outdated information, please open an issue.

VisualShaderNodeParameterRef

Inherits: VisualShaderNode < Resource < RefCounted < Object

A reference to an existing VisualShaderNodeParameter.

Description

Creating a reference to a VisualShaderNodeParameter allows you to reuse this parameter in different shaders or shader stages easily.

Properties

String

parameter_name

"[None]"


Property Descriptions

String parameter_name = "[None]"

  • void set_parameter_name ( String value )

  • String get_parameter_name ( )

The name of the parameter which this reference points to.