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

Method GetLOD

Source/Engine/Content/Assets/SkinnedModel.cpp:802–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

800}
801
802const ModelLODBase* SkinnedModel::GetLOD(int32 lodIndex) const
803{
804 CHECK_RETURN(LODs.IsValidIndex(lodIndex), nullptr);
805 return &LODs.Get()[lodIndex];
806}
807
808ModelLODBase* SkinnedModel::GetLOD(int32 lodIndex)
809{

Callers

nothing calls this directly

Calls 2

IsValidIndexMethod · 0.80
GetMethod · 0.45

Tested by

no test coverage detected