Where can I find my material parameters in a node material so that I can change them?

I found it using Object.keys:

this.cube.material.colorNode.parameters.time.value += this.dt;
2 Likes