VisualShaderNodeUniformRef

Inherits: VisualShaderNode < Resource < Reference < Object

A reference to an existing VisualShaderNodeUniform.

Description

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

Properties

String

uniform_name

"[None]"

Property Descriptions

Default

"[None]"

Setter

set_uniform_name(value)

Getter

get_uniform_name()

The name of the uniform which this reference points to.