MaterialGraphNode
Defined in: render/materialGraph.ts:42
Properties
Section titled “Properties”id:
string
Defined in: render/materialGraph.ts:43
inputs?
Section titled “inputs?”
optionalinputs?:Record<string,string>
Defined in: render/materialGraph.ts:48
Input slot → source node id (e.g. multiply: { a, b }; textureSample: { uv? }).
params?
Section titled “params?”
optionalparams?:Record<string,unknown>
Defined in: render/materialGraph.ts:46
Node literals: param name, scalar/color value, texture default.
type:
GraphNodeType
Defined in: render/materialGraph.ts:44
optionalx?:number
Defined in: render/materialGraph.ts:50
Editor canvas position (px). Ignored by the compiler — layout only.
optionaly?:number
Defined in: render/materialGraph.ts:51