Table of Contents

Class VisualShaderNodeParameter

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

Inheritance
VisualShaderNodeParameter
Derived

Remarks

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.

Properties

parameter_name

Name of the parameter, by which it can be accessed through the ShaderMaterial properties.

var parameter_name : String = ""

Property Value

String

Remarks

  • void set_parameter_name(String value)
  • String get_parameter_name

qualifier

Defines the scope of the parameter.

var qualifier : int = 0

Property Value

int

Remarks

  • void set_qualifier(int value)
  • int get_qualifier