Hi there.
Apparently I shouldn’t use emmisionRate anymore, I should use emmision.rateOverDistance, emmision.RateOverDistancve, etc.
but if I try:
particles.emmision.rateOverTime=100;
I’m told emmision is not a variable.
if I try:
particles.emmision.rateOverTime(100);
I’m told it’s not a method.
Could someone please let me know what I’m missing and what the correct syntax is?
Many thanks.