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

Method Draw

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

Source from the content-addressed store, hash-verified

236}
237
238void SkinnedModel::Draw(const RenderContext& renderContext, const SkinnedMesh::DrawInfo& info)
239{
240 ModelDraw(this, renderContext, renderContext, info);
241}
242
243void SkinnedModel::Draw(const RenderContextBatch& renderContextBatch, const SkinnedMesh::DrawInfo& info)
244{

Callers

nothing calls this directly

Calls 2

ModelDrawFunction · 0.85
GetMainContextMethod · 0.45

Tested by

no test coverage detected