Light Manager
Accessing A LightManager
world.lightManagerUsing A LightManager
// Returns an array of all loaded light instances
// for the world
world.lightManager.getAllLights();
// Returns an array of all loaded light instances
// attached to the provided entity
world.lightManager.getAllEntityAttachedLights(someEntity);Diving Deeper
Last updated
