So with setting values to exposed properties in visual graph effects. Using setfloat for something like the spawn-rate is straight-forward, however something like the bounding box property, which has numerous properties of it’s own, not just a single float value, how do I set all of those? Is there a naming convention for the string to access it’s properties like center & size?
I also see you have to check them so do I need to set bool for each? I don’t see anything in the docs showing how to access these properties within the properties. (the docs for the exposed property helper consists of a single paragraph)
Any help is greatly appreciated.