Searched defs:LightList (Results 1 - 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/light/
H A DLightList.java42 * <code>LightList</code> is used internally by {@link Spatial}s to manage
47 public final class LightList implements Iterable<Light>, Savable, Cloneable { class in inherits:Iterable,Savable,Cloneable
73 public LightList(){ method in class:LightList
77 * Creates a <code>LightList</code> for the given {@link Spatial}.
81 public LightList(Spatial owner) { method in class:LightList
90 * Set the owner of the LightList. Only used for cloning.
142 * Removes the given light from the LightList.
228 public void update(LightList local, LightList parent){
264 * Returns an iterator that can be used to iterate over this LightList
[all...]

Completed in 66 milliseconds