Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ GetMeshes
Method
GetMeshes
Source/Engine/Content/Assets/Model.cpp:475–478 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
473
}
474
475
void Model::GetMeshes(Array<const MeshBase*>& meshes, int32 lodIndex) const
476
{
477
LODs[lodIndex].GetMeshes(meshes);
478
}
479
480
void Model::GetMeshes(Array<MeshBase*>& meshes, int32 lodIndex)
481
{
Callers
7
DownloadMeshData
Method · 0.45
Run
Method · 0.45
CookCollision
Method · 0.45
GetModelTriangle
Method · 0.45
ExportModel
Method · 0.45
Initialize
Method · 0.45
Refresh
Method · 0.45
Calls
3
Resize
Method · 0.45
Count
Method · 0.45
Get
Method · 0.45
Tested by
no test coverage detected