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

Method OnDeleteObject

Source/Engine/Scripting/ScriptingObject.cpp:462–473  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460}
461
462void ScriptingObject::OnDeleteObject()
463{
464 // Cleanup managed object
465 DestroyManaged();
466
467 // Unregister
468 if (IsRegistered())
469 UnregisterObject();
470
471 // Base
472 Object::OnDeleteObject();
473}
474
475String ScriptingObject::ToString() const
476{

Callers

nothing calls this directly

Calls 1

OnDeleteObjectFunction · 0.85

Tested by

no test coverage detected