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

Method DestroyManaged

Source/Engine/Content/Asset.cpp:338–348  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338void Asset::DestroyManaged()
339{
340 // Clear reference
341 if (HasManagedInstance())
342 {
343 RemoveReference();
344 }
345
346 // Base
347 ManagedScriptingObject::DestroyManaged();
348}
349
350void Asset::OnManagedInstanceDeleted()
351{

Callers

nothing calls this directly

Calls 1

HasManagedInstanceFunction · 0.50

Tested by

no test coverage detected