Attention: Here be dragons

This is the latest (unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.

VisualShaderNodeParameterRef

Eredita: VisualShaderNode < Resource < RefCounted < Object

Un riferimento a un VisualShaderNodeParameter esistente.

Descrizione

La creazione di un riferimento a un VisualShaderNodeParameter consente di riutilizzare facilmente questo parametro in diversi shader o fasi di uno shader.

Proprietà

String

parameter_name

"[None]"


Descrizioni delle proprietà

String parameter_name = "[None]" 🔗

  • void set_parameter_name(value: String)

  • String get_parameter_name()

Il nome del parametro a cui questo riferimento indica.