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¶
|
Property Descriptions¶
String uniform_name = "[None]"
The name of the uniform which this reference points to.