Uses of Interface
crystalspace.jbind.interfaces.iengine.light.iLightIterator

Packages that use iLightIterator
crystalspace.jbind.impl.engine.engine   
crystalspace.jbind.impl.engine.light   
crystalspace.jbind.interfaces.iengine.engine   
 

Uses of iLightIterator in crystalspace.jbind.impl.engine.engine
 

Methods in crystalspace.jbind.impl.engine.engine that return iLightIterator
 iLightIterator csEngine.getLightIterator()
           
 iLightIterator csEngine.getLightIterator(iRegion region)
           
 

Uses of iLightIterator in crystalspace.jbind.impl.engine.light
 

Classes in crystalspace.jbind.impl.engine.light that implement iLightIterator
 class csLightIterator
           
 

Uses of iLightIterator in crystalspace.jbind.interfaces.iengine.engine
 

Methods in crystalspace.jbind.interfaces.iengine.engine that return iLightIterator
 iLightIterator iEngine.getLightIterator()
          Create an iterator to iterate over all static lights of the engine.
 iLightIterator iEngine.getLightIterator(iRegion region)
          Create an iterator to iterate over all static lights of the engine.