Save and copy editor flags with scene. Replaced EditorComponent with DontSafe-flag

This commit is contained in:
Simon Lübeß
2024-03-10 13:11:53 +01:00
parent 72bd152999
commit fc475eb468
5 changed files with 40 additions and 55 deletions
+1
View File
@@ -5,4 +5,5 @@ enum EditorFlags
Default = 0,
HideInHierarchy = 1,
HideInScene = 2,
DontSave = 4
}