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

Method Release

Source/Engine/Graphics/Models/SkinnedMesh.cpp:404–409  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void SkinnedMesh::Release()
405{
406 MeshBase::Release();
407
408 BlendShapes.Clear();
409}
410
411#if !COMPILE_WITHOUT_CSHARP
412

Callers

nothing calls this directly

Calls 2

ReleaseFunction · 0.85
ClearMethod · 0.45

Tested by

no test coverage detected