Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnDeleteObject
Method
OnDeleteObject
Source/Engine/Physics/Actors/Cloth.cpp:499–504 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
497
}
498
499
void Cloth::OnDeleteObject()
500
{
501
DestroyCloth();
502
503
Actor::OnDeleteObject();
504
}
505
506
void Cloth::OnParentChanged()
507
{
Callers
nothing calls this directly
Calls
1
OnDeleteObject
Function · 0.85
Tested by
no test coverage detected