메소드 | 설명 | |
---|---|---|
AddParticle ( PlayGround.Engine.Controls.ParticleSystem system, PlayGround.Engine.Controls.Particle particle ) : void |
Method which is used to perform additional processing when adding a particle to the system for the first time.
|
|
GenerateParticles ( PlayGround.Engine.Controls.ParticleSystem system ) : void |
Generates the particles for an emitter, called once at creation by the Particle System.
|
|
UpdateParticle ( PlayGround.Engine.Controls.Particle particle ) : void |
Updates the particle by reinitializing its parameters. Used when a particle is first created and when a particle is resurrected.
|
public AddParticle ( PlayGround.Engine.Controls.ParticleSystem system, PlayGround.Engine.Controls.Particle particle ) : void | ||
system | PlayGround.Engine.Controls.ParticleSystem | |
particle | PlayGround.Engine.Controls.Particle | |
리턴 | void |
public GenerateParticles ( PlayGround.Engine.Controls.ParticleSystem system ) : void | ||
system | PlayGround.Engine.Controls.ParticleSystem | |
리턴 | void |
public UpdateParticle ( PlayGround.Engine.Controls.Particle particle ) : void | ||
particle | PlayGround.Engine.Controls.Particle | |
리턴 | void |