mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Save and copy editor flags with scene. Replaced EditorComponent with DontSafe-flag
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user