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

Method OnSaveEnd

Source/Editor/Modules/SceneModule.cs:473–480  ·  view source on GitHub ↗
(ContainerControl uiRoot)

Source from the content-addressed store, hash-verified

471 }
472
473 internal void OnSaveEnd(ContainerControl uiRoot)
474 {
475 // Restore cached size of the UI root container
476 if (_uiRootSizes != null && _uiRootSizes.Remove(uiRoot, out var size))
477 {
478 uiRoot.Size = size;
479 }
480 }
481
482 private void OnSceneSaving(Scene scene, Guid sceneId)
483 {

Callers 1

SaveMethod · 0.80

Calls 1

RemoveMethod · 0.45

Tested by

no test coverage detected