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