Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ OnUnload
Method
OnUnload
Source/Editor/SceneGraph/Actors/SceneNode.cs:101–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}
100
101
private void OnUnload()
102
{
103
Editor.Instance.Scene.CloseScene(Scene);
104
}
105
106
private void OnUnloadAllButSelectedScene()
107
{
Callers
nothing calls this directly
Calls
1
CloseScene
Method · 0.80
Tested by
no test coverage detected