Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Dirty
Method
Dirty
Source/Engine/Graphics/Models/SkinnedMesh.cpp:235–238 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
}
234
235
void SkeletonData::Dirty()
236
{
237
Platform::AtomicStore(&_dirty, 1);
238
}
239
240
uint64 SkeletonData::GetMemoryUsage() const
241
{
Callers
5
Swap
Method · 0.45
SetupSkeleton
Method · 0.45
OnPostUpdate
Method · 0.45
RunClothDeformer
Method · 0.45
SetBlendShapeWeight
Method · 0.45
Calls
1
AtomicStore
Function · 0.50
Tested by
no test coverage detected