Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
159
bool Sky::IsDynamicSky() const
160
{
161
return !IsStatic() || (SunLight && !SunLight->IsStatic());
162
}
163
164
float Sky::GetIndirectLightingIntensity() const
165
{
Callers
1
RenderSkybox
Method · 0.45
Calls
2
IsStatic
Method · 0.80
IsStatic
Function · 0.50
Tested by
no test coverage detected