Skip to main content
Version: 5.x

Nodes > Inputs > Parameters

Bool Parameter

Adds a boolean parameter to the material.

Color Parameter

Adds a color parameter to the material.

Curve Object Parameter

Exposes a curve parameter on the material.

Curve Parameter

Adds a curve object parameter to the material, and returns the sampled value of an input curve.

DropList Parameter

Adds a dropdown list parameter to the material.

Float Array Object Parameter

Adds a float array parameter to the material.

Float Array Parameter

Adds a float array parameter to the material and samples a value from it.

Float Parameter

Adds a float parameter to the material.

Int Parameter

Adds an integer parameter to the material.

Matrix Parameter

Adds a matrix parameter to the material.

Texture 2D Array Object Parameter

Exposes a texture array parameter on the material. This value can be modified through the Inspector panel or by script at runtime.

Texture 2D Array Parameter

Exposes a texture array parameter on the material. This value can be modified through the Inspector panel or by script at runtime. In addition, this node automatically samples the texture and returns the color value.

Texture 2D Object Parameter

Adds a texture object parameter to the material.

Texture 2D Parameter

Adds a texture object parameter to the material, and returns the sampled color.

Texture 3D Object Parameter

Exposes a 3d texture object parameter on the material. This value can be modified through the Inspector panel or by script at runtime.

Texture 3D Parameter

Adds a 3D texture object parameter to the material, and returns the sampled color.

Texture Cube Object Parameter

Exposes a texture cube parameter on the material.

Texture Cube Parameter

Adds a texture cube parameter on the material and returns the sampled color at the given a 3D direction vector

Was this page helpful?
Yes
No