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

Method GetLODsCount

Source/Engine/Content/Assets/Model.cpp:446–449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446int32 Model::GetLODsCount() const
447{
448 return LODs.Count();
449}
450
451const ModelLODBase* Model::GetLOD(int32 lodIndex) const
452{

Callers 8

CalculateResidencyMethod · 0.45
CookCollisionMethod · 0.45
GetModelTriangleMethod · 0.45
ExportModelMethod · 0.45
GetMaterialMethod · 0.45
GetVertexColorMethod · 0.45
SetVertexColorMethod · 0.45
DeserializeMethod · 0.45

Calls 1

CountMethod · 0.45

Tested by

no test coverage detected