MCPcopy 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
92bool Skybox::IsDynamicSky() const
93{
94 return !IsStatic();
95}
96
97float Skybox::GetIndirectLightingIntensity() const
98{

Callers

nothing calls this directly

Calls 1

IsStaticFunction · 0.50

Tested by

no test coverage detected