org.newdawn.slick.particles
Interface ConfigurableEmitterFactory
public interface ConfigurableEmitterFactory
A description of any class that can create Configurable Emitters during the ParticleIO
load phase.
- Author:
- kevin
createEmitter
ConfigurableEmitter createEmitter(java.lang.String name)
- Create a configurable emitter that will be populated with
loaded data
- Parameters:
name
- The name given to the emitter
- Returns:
- The newly created configurable emitter
Copyright © 2006 New Dawn Software. All Rights Reserved.