Hi,
Is there a way to access the shader graph nodes in Xcode to change the values during runtime such as changing values based on user inputs? Or is this not possible yet?
Thanks! Myoung
Hi, we have the setParameter and getParameter APIs that you can use to change parameter values of a ShaderGraphMaterial at runtime. Does that answer your question?