Method | Description | |
---|---|---|
EmitParticles ( Vector3 position, int numParticles ) : void |
Moves the particle system to a location and emits a number of particles from there.
|
Method | Description | |
---|---|---|
Awake ( ) : void |
public EmitParticles ( Vector3 position, int numParticles ) : void | ||
position | Vector3 | The location from which to emit. |
numParticles | int | The number of particles to emit. |
return | void |