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

String uniform_name = "[None]"

  • void set_uniform_name ( String value )

  • String get_uniform_name ( )

The name of the uniform which this reference points to.