MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / IsReady

Method IsReady

Source/Editor/Content/PreviewsCache.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87bool PreviewsCache::IsReady() const
88{
89 return IsLoaded() && GetTexture()->MipLevels() > 0;
90}
91
92SpriteHandle PreviewsCache::FindSlot(const Guid& id)
93{

Callers

nothing calls this directly

Calls 2

GetTextureFunction · 0.85
IsLoadedFunction · 0.50

Tested by

no test coverage detected