MCPcopy 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
499void Cloth::OnDeleteObject()
500{
501 DestroyCloth();
502
503 Actor::OnDeleteObject();
504}
505
506void Cloth::OnParentChanged()
507{

Callers

nothing calls this directly

Calls 1

OnDeleteObjectFunction · 0.85

Tested by

no test coverage detected