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

Method GetMesh

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

Source from the content-addressed store, hash-verified

461}
462
463const MeshBase* Model::GetMesh(int32 meshIndex, int32 lodIndex) const
464{
465 auto& lod = LODs[lodIndex];
466 return &lod.Meshes[meshIndex];
467}
468
469MeshBase* Model::GetMesh(int32 meshIndex, int32 lodIndex)
470{

Callers 2

DownloadDataCPUMethod · 0.45
InitializeMethod · 0.45

Calls 1

GetMethod · 0.45

Tested by

no test coverage detected