Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ HasContentLoaded
Method
HasContentLoaded
Source/Engine/Level/Actors/Sky.cpp:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
bool Sky::HasContentLoaded() const
145
{
146
return _shader && _shader->IsLoaded() && AtmospherePreCompute::GetCache(nullptr);
147
}
148
149
bool Sky::IntersectsItself(const Ray& ray, Real& distance, Vector3& normal)
150
{
Callers
nothing calls this directly
Calls
2
GetCache
Function · 0.85
IsLoaded
Method · 0.45
Tested by
no test coverage detected