Uses of Class
com.jme3.light.AmbientLight

Packages that use AmbientLight
com.jme3.asset com.jme3.asset contains the AssetManager, a utility class that is used to load assets such as textures, models, and sound effects in a jME3 application. 
 

Uses of AmbientLight in com.jme3.asset
 

Methods in com.jme3.asset that return AmbientLight
 AmbientLight BlenderKey.WorldData.getAmbientLight()
          This method returns the world's ambient light.
 

Methods in com.jme3.asset with parameters of type AmbientLight
 void BlenderKey.WorldData.setAmbientLight(AmbientLight ambientLight)
          This method sets the world's ambient light.