Constructors
constructor
new ParticleSubEmitter( system: IParticleSystem, particleSystem: ParticleSystem, subSystem: IParticleSystem, subParticleSystem?: any,): ParticleSubEmitter Parameters
- system: IParticleSystem
- particleSystem: ParticleSystem
- subSystem: IParticleSystem
OptionalsubParticleSystem: any
Methods
frameUpdate
frameUpdate(_delta: number): void
initialize
initialize(particle: Particle): void
update
update(particle: Particle, _delta: number): void Parameters
- particle: Particle
- _delta: number
Returns void