I'm getting the following warning:> BCW0006: WARNING: Assignment to temporary.
On this code:
var gSteam: ParticleSystem;
gSteam.emission.rate.constant = 6;
Why would setting a particle system's emission variable be flagged as a temporary assignment?
↧