MCPcopy Create free account
hub / github.com/crownengine/crown / light_instance

Method light_instance

src/world/render_world.cpp:634–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

632}
633
634LightId RenderWorld::light_instance(UnitId unit)
635{
636 return _light_manager.light(unit);
637}
638
639Color4 RenderWorld::light_color(LightId light)
640{

Callers 1

load_apiFunction · 0.80

Calls 1

lightMethod · 0.80

Tested by

no test coverage detected