OptionalinputPer-input inline literal value, used when the port has no incoming
edge. Keyed by port name. Shape matches the port's declared type:
number for f32, [x,y]/[x,y,z]/[x,y,z,w] for vectors, boolean
for bool. Falls back to the kind-wide port.default when absent.
Optionalposition
A single node in an
ExprNodeGraph. The graph stores nodes by id; thekindindexes NODE_KINDS for ports + codegen;paramscarries kind-specific non-wired configuration (constant value, attribute name, math op variant, etc.);inputValuescarries per-input literal defaults (number / vec3 / vec4 / bool) used when an input port has no incoming edge.Inline values let a Multiply node store
b = 2.0directly instead of needing a separate Constant child wired in.