Copy link to clipboard
Copied
Hey guys,
I have a small trouble with exposing the parameters (still in learing process). I'd like to expose only one Size parameter in X axis without Y one. Is there any way to do this using functions maybe? Still having Y axis to be set on 5 in this case.
Im attaching a screenshot to show you what I want to achieve.
Cheers!
Hey piotro,
You first create an input parameter for your graph, as a single float, name it.
Next you create a function for the parameter you want to control, and since this is a Float2 you have to combine the input float with a constant Float and plug both into a Vector2 to create the Data Type you need for this parameter.
Stay healthy and creative Marco
Copy link to clipboard
Copied
Hey piotro,
You first create an input parameter for your graph, as a single float, name it.
Next you create a function for the parameter you want to control, and since this is a Float2 you have to combine the input float with a constant Float and plug both into a Vector2 to create the Data Type you need for this parameter.
Stay healthy and creative Marco
Copy link to clipboard
Copied
Thank you Marco for the help! It works super great!