Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ IsDynamicSky
Method
IsDynamicSky
Source/Engine/Level/Actors/Skybox.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
bool Skybox::IsDynamicSky() const
93
{
94
return !IsStatic();
95
}
96
97
float Skybox::GetIndirectLightingIntensity() const
98
{
Callers
nothing calls this directly
Calls
1
IsStatic
Function · 0.50
Tested by
no test coverage detected