Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
404
void 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
Release
Function · 0.85
Clear
Method · 0.45
Tested by
no test coverage detected