🎉 Welcome to the Mirage Renderer Docs Beta.

IO Nodes
Read Materials

Read Materials

Reads Material objects from source folder.

Inputs

  1. Textfield: Project path; Right click a folder and use “Copy path”

Outputs

  1. Objects: Materials read from the disk (not instantiated) (Material[])
  2. Paths: Paths to objects (string[])
  3. Count: Count of objects in the folder
  4. Indices: Incremental indices assigned to objects starting from 0 (int[])

Example

Read Materials node example