VisualShaderNodeParameter

A base type for the parameters within the visual shader graph.

VisualShaderNodeParameter.swift:17
class VisualShaderNodeParameter

A parameter represents a variable in the shader which is set externally, i.e. from the ShaderMaterial. Parameters are exposed as properties in the ShaderMaterial and can be assigned from the Inspector or from a script.