MCPcopy 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
144bool Sky::HasContentLoaded() const
145{
146 return _shader && _shader->IsLoaded() && AtmospherePreCompute::GetCache(nullptr);
147}
148
149bool Sky::IntersectsItself(const Ray& ray, Real& distance, Vector3& normal)
150{

Callers

nothing calls this directly

Calls 2

GetCacheFunction · 0.85
IsLoadedMethod · 0.45

Tested by

no test coverage detected