Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
446
int32 Model::GetLODsCount() const
447
{
448
return LODs.Count();
449
}
450
451
const ModelLODBase* Model::GetLOD(int32 lodIndex) const
452
{
Callers
8
CalculateResidency
Method · 0.45
CookCollision
Method · 0.45
GetModelTriangle
Method · 0.45
ExportModel
Method · 0.45
GetMaterial
Method · 0.45
GetVertexColor
Method · 0.45
SetVertexColor
Method · 0.45
Deserialize
Method · 0.45
Calls
1
Count
Method · 0.45
Tested by
no test coverage detected