Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ HasAnyLODInitialized
Method
HasAnyLODInitialized
Source/Engine/Content/Assets/SkinnedModel.cpp:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
bool SkinnedModel::HasAnyLODInitialized() const
42
{
43
return LODs.HasItems() && LODs.Last().HasAnyMeshInitialized();
44
}
45
46
Array<String> SkinnedModel::GetBlendShapes()
47
{
Callers
nothing calls this directly
Calls
3
HasAnyMeshInitialized
Method · 0.80
HasItems
Method · 0.45
Last
Method · 0.45
Tested by
no test coverage detected