public class XMLAffectorFactory extends java.lang.Object implements IAffectorFactory
Constructor and Description |
---|
XMLAffectorFactory(XmlPullParser parser) |
public XMLAffectorFactory(XmlPullParser parser)
parser
- The XML Pull parser form an object using Affectors (ie ParticleSystems)
The Affector will be constructed from the parser and all data
until the first Tag will be used to construct it.public Affector create()
create
in interface IAffectorFactory