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

Method AddToRestore

Source/Editor/Modules/WindowsModule.cs:827–833  ·  view source on GitHub ↗
(AssetEditorWindow win)

Source from the content-addressed store, hash-verified

825 }
826
827 internal void AddToRestore(AssetEditorWindow win)
828 {
829 AddToRestore(win, win.GetType(), new WindowRestoreData
830 {
831 AssetItemID = win.Item.ID,
832 });
833 }
834
835 internal void AddToRestore(CustomEditorWindow win)
836 {

Callers 2

OnScriptsReloadBeginMethod · 0.80
OnScriptsReloadBeginMethod · 0.80

Calls 4

GetTypeMethod · 0.45
TryGetDockStateMethod · 0.45
GetNameMethod · 0.45
AddMethod · 0.45

Tested by

no test coverage detected