- Home /
Can I use iTween to change the parameters of a particles system over time?
Is it possible to tween any value?
Answer by Justin Warner · Mar 26, 2011 at 10:22 PM
http://unity3d.com/support/documentation/ScriptReference/ParticleEmitter.html
You can change a lot through that... So yes, it should be possible. You can use iTween and normal scripting together too.
Thanks Justing, how would I use iTween to change a specific parameter that isn't its location/rotation/alpha?
It depends on what kind of value you'd want to change... What are you thinking about changing?
At the moment, just the Emission rate of a particle emitter.
So go to the link I sent I posted. You have ParticleEmitter.$$anonymous$$Emission = ##. Also maxEmission, etc.
Let me rephrase, how do I reference that parameter via iTween?
Your answer

Follow this Question
Related Questions
iTween Question (New to coding) 1 Answer
Particle System Working in game view but not working on Android build. 1 Answer
How can I see particles on an animation and not always? 1 Answer
Is it possible to move through itween path manually with a parameter except of time? 1 Answer
iTween oncomplete not firing 3 Answers