Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
bool PreviewsCache::IsReady() const
88
{
89
return IsLoaded() && GetTexture()->MipLevels() > 0;
90
}
91
92
SpriteHandle PreviewsCache::FindSlot(const Guid& id)
93
{
Callers
nothing calls this directly
Calls
2
GetTexture
Function · 0.85
IsLoaded
Function · 0.50
Tested by
no test coverage detected