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

Method OnScriptingDispose

Source/Engine/Scripting/ScriptingObject.cpp:326–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324}
325
326void ScriptingObject::OnScriptingDispose()
327{
328 // Delete C# object
329 if (IsRegistered())
330 UnregisterObject();
331 DestroyManaged();
332}
333
334bool ScriptingObject::CreateManaged()
335{

Callers 1

ReleaseObjectsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected