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

Method OnSave

Source/Editor/SceneGraph/Actors/SceneNode.cs:96–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

94 }
95
96 private void OnSave()
97 {
98 Editor.Instance.Scene.SaveScene(this);
99 }
100
101 private void OnUnload()
102 {

Callers

nothing calls this directly

Calls 1

SaveSceneMethod · 0.45

Tested by

no test coverage detected