Method
Reads a text string value from a table. Typically this is used to read values from a table and pass them into a Text node for rendering on screen.
Attributes
Name | Description |
---|---|
Current Value | Shows the current value of the effect. Cannot be directly changed. |
CSV File | The table resource. |
Read Index | In a 2D table, this is the column to be picked from. In a 1D list this is the index to pick. |
Row Index | In a 2D table, this is the row to be picked from. |
Selection Mode |
|
Inputs
Name | Description | Typical Node Input |
---|---|---|
Read Index | In a 2D table, this is the column to be picked from. In a 1D list this is the index to pick. | A numeric input, e.g. Envelope Modifier |
Row Index | In a 2D table, this is the row to be picked from. | A numeric input, e.g. Envelope Modifier |
Outputs
The output is a string value that acts upon a connected parameter input of another node (typically a Text node)