MCPcopy 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
475void Model::GetMeshes(Array<const MeshBase*>& meshes, int32 lodIndex) const
476{
477 LODs[lodIndex].GetMeshes(meshes);
478}
479
480void Model::GetMeshes(Array<MeshBase*>& meshes, int32 lodIndex)
481{

Callers 7

DownloadMeshDataMethod · 0.45
RunMethod · 0.45
CookCollisionMethod · 0.45
GetModelTriangleMethod · 0.45
ExportModelMethod · 0.45
InitializeMethod · 0.45
RefreshMethod · 0.45

Calls 3

ResizeMethod · 0.45
CountMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected