Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
326
void ScriptingObject::OnScriptingDispose()
327
{
328
// Delete C# object
329
if (IsRegistered())
330
UnregisterObject();
331
DestroyManaged();
332
}
333
334
bool ScriptingObject::CreateManaged()
335
{
Callers
1
ReleaseObjects
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected