Class SoundSourceMapObjectLoader
java.lang.Object
de.gurkenlabs.litiengine.environment.MapObjectLoader
de.gurkenlabs.litiengine.environment.SoundSourceMapObjectLoader
- All Implemented Interfaces:
IMapObjectLoader
public class SoundSourceMapObjectLoader
extends MapObjectLoader
Constructor Summary
Constructors Modifier Constructor Description protected
SoundSourceMapObjectLoader()
Method Summary
Modifier and Type Method Description protected SoundSource
createSoundSource(IMapObject mapObject)
java.util.Collection<IEntity>
load(Environment environment, IMapObject mapObject)
Methods inherited from class de.gurkenlabs.litiengine.environment.MapObjectLoader
afterLoad, getMapObjectType, isMatchingType, loadDefaultProperties
Constructor Details
SoundSourceMapObjectLoader
protected SoundSourceMapObjectLoader()
Method Details