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
+4
View File
@@ -17,4 +17,8 @@ public enum EditorFlags : byte
/// The entity is hidden in the scene.
/// </summary>
HideInScene = 2,
/// <summary>
/// The entity will not be saved.
/// </summary>
DontSave = 4
}