MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsDynamicSky

Method IsDynamicSky

Source/Engine/Level/Actors/Sky.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159bool Sky::IsDynamicSky() const
160{
161 return !IsStatic() || (SunLight && !SunLight->IsStatic());
162}
163
164float Sky::GetIndirectLightingIntensity() const
165{

Callers 1

RenderSkyboxMethod · 0.45

Calls 2

IsStaticMethod · 0.80
IsStaticFunction · 0.50

Tested by

no test coverage detected