Skip to content

Get Node Input

Leopold A-C edited this page Nov 24, 2020 · 1 revision

Description

Get the input of a node in a shader tree that is applied to an object. The node name refers to the unique name, not the label.

Note: This will return the input object, not the value of the input. This is intended to be stored to access that input more quickly when reading/writing frequently.

Category: Materials


Inputs

Node

  • The node object from which to get the input.

Input

  • Index of the input. From the top they start at 0 counting upwards.

Outputs

Input

  • The input object. This can be stored in a property or global value.
Clone this wiki locally