MCPcopy 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
41bool SkinnedModel::HasAnyLODInitialized() const
42{
43 return LODs.HasItems() && LODs.Last().HasAnyMeshInitialized();
44}
45
46Array<String> SkinnedModel::GetBlendShapes()
47{

Callers

nothing calls this directly

Calls 3

HasAnyMeshInitializedMethod · 0.80
HasItemsMethod · 0.45
LastMethod · 0.45

Tested by

no test coverage detected