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

Method GetLODData

Source/Engine/Content/Assets/ModelBase.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void ModelBase::GetLODData(int32 lodIndex, BytesContainer& data) const
215{
216 const int32 chunkIndex = MODEL_LOD_TO_CHUNK_INDEX(lodIndex);
217 GetChunkData(chunkIndex, data);
218}
219
220#if USE_EDITOR
221

Callers 1

RunMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected