메소드 | 설명 | |
---|---|---|
CircularParticleEmitter ( long particleDelay, float velocity, ParticleAction action, |
Initializes a new instance of the CircularParticleEmitter class.
|
|
Update ( Vector2 position ) : void |
Updates this instance.
|
public CircularParticleEmitter ( long particleDelay, float velocity, ParticleAction action, |
||
particleDelay | long | The particle delay. |
velocity | float | The velocity of a particle that is launched. |
action | ParticleAction | The action that draws and updates a particle. |
particles | The particles to add a particle to. | |
리턴 | System |
public Update ( Vector2 position ) : void | ||
position | Vector2 | The position of this emitter. |
리턴 | void |